commit | e246b62b1b249e1c19f620fd5871fabf1721ad86 | [log] [tgz] |
---|---|---|
author | Qiuhan Ding <dingqiuhan@gmail.com> | Wed Dec 03 21:57:48 2014 -0800 |
committer | Qiuhan Ding <dingqiuhan@gmail.com> | Mon Jan 05 09:50:40 2015 -0800 |
tree | 02060e8f2d78e812220d8e2ee378501241d5ee7a | |
parent | d71a08a9ba23b67358de43b28e18ae33399f280d [diff] [blame] |
socket: allow manipulating multiple nodes in single logic Change-Id: I61241f4c3d92703e975d988d593957d445942ad0
diff --git a/src/logic.cpp b/src/logic.cpp index 08ed60e..0c5b87a 100644 --- a/src/logic.cpp +++ b/src/logic.cpp
@@ -110,7 +110,7 @@ bind(&Logic::onSyncInterest, this, _1, _2), bind(&Logic::onSyncRegisterFailed, this, _1, _2)); - + sendSyncInterest(); _LOG_DEBUG_ID("<< Logic::Logic"); }