commit | 3b40659094bb303539a4e7fd11f010215423af26 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Jan 25 21:07:49 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Fri Jan 25 21:07:49 2013 -0800 |
tree | 85888190bec8b554db0e954c00543e15eb8b7acf | |
parent | 563150d30340b15bafc5924bb0a94e37f0bdcaa9 [diff] [blame] |
fix sync interest sending in sync-core
diff --git a/src/sync-core.h b/src/sync-core.h index db20bbb..b0d8af0 100644 --- a/src/sync-core.h +++ b/src/sync-core.h
@@ -25,6 +25,7 @@ #include "sync-log.h" #include "ccnx-wrapper.h" #include "scheduler.h" +#include "task.h" #include <boost/function.hpp> @@ -110,6 +111,8 @@ HashPtr m_rootHash; IntervalGeneratorPtr m_recoverWaitGenerator; + + TaskPtr m_sendSyncInterestTask; }; #endif // SYNC_CORE_H