commit | 952d6fd3d776d62edd3e4c360f43ca5fd0e2138d | [log] [tgz] |
---|---|---|
author | Teng Liang <philoliang2011@gmail.com> | Tue May 29 21:09:52 2018 -0700 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Aug 05 14:12:14 2018 -0400 |
tree | 82ebd864bca0f43dd150ec9187b82d236e9fe142 | |
parent | b53fe6444baa97df1195f9c635c70027b85671e3 [diff] [blame] |
core: add a facility to execute functions on the RIB io_service refs #4279 Change-Id: I29222053348e5d1737d47c85a59d29280b4b791b
diff --git a/daemon/main.cpp b/daemon/main.cpp index 4cff13b..056d359 100644 --- a/daemon/main.cpp +++ b/daemon/main.cpp
@@ -120,6 +120,7 @@ std::lock_guard<std::mutex> lock(m); ribIo = &getGlobalIoService(); BOOST_ASSERT(ribIo != mainIo); + setRibIoService(ribIo); } cv.notify_all(); // notify that ribIo has been assigned