commit | 0d920818acbafa302c327382883fef46dab99661 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Jan 30 14:50:57 2014 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Thu Jan 30 18:31:43 2014 -0800 |
tree | 0e9222abbfb3096b0856bb29177978e810b48188 | |
parent | 0abb2da539769995a12b4c9d8067c6a4eeeeeff2 [diff] [blame] |
face: Expose ioService from Node and Face. Change-Id: Id682908603902f378ba534694b4dc6db6fdd7ca3
diff --git a/src/face.hpp b/src/face.hpp index 61d872f..a757061 100644 --- a/src/face.hpp +++ b/src/face.hpp
@@ -197,6 +197,9 @@ */ void shutdown(); + + shared_ptr<boost::asio::io_service> + ioService() { return node_.ioService(); } private: Node node_;