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/node.hpp b/src/node.hpp index 7892075..6dc1954 100644 --- a/src/node.hpp +++ b/src/node.hpp
@@ -147,6 +147,9 @@ void shutdown(); + shared_ptr<boost::asio::io_service> + ioService() { return ioService_; } + private: void asyncExpressInterest(const ptr_lib::shared_ptr<const Interest> &interest,