commit | fc72036ea8eca762579a19f80d50ccf4c8b2a120 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 24 21:49:48 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 24 21:49:48 2013 -0800 |
tree | 2e9237b5cb2af309a03784cc9b71ba637f6ae38a | |
parent | 454bae2f68c28df623733bf995178cb16864db20 [diff] [blame] |
Add tons of new loggings
diff --git a/src/sync-core.h b/src/sync-core.h index 48332da..db20bbb 100644 --- a/src/sync-core.h +++ b/src/sync-core.h
@@ -31,7 +31,7 @@ class SyncCore { public: - typedef boost::function<void (const SyncStateMsgPtr & stateMsg) > StateMsgCallback; + typedef boost::function<void (SyncStateMsgPtr stateMsg) > StateMsgCallback; static const int FRESHNESS = 2; // seconds static const string RECOVER;