commit | b330aedc09737a5fa7b3aede4c020f6d17dec82b | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 17 13:29:37 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu Jan 17 13:29:37 2013 -0800 |
tree | d4d61036a90c5ed5eb007276cce68fe6d3a4c2f4 | |
parent | 9501b8b602e6710c44ab1f38f652428e75c75087 [diff] [blame] |
passing synclog and scheduler as parameter to synccore
diff --git a/src/sync-log.h b/src/sync-log.h index 0a59516..aed3bce 100644 --- a/src/sync-log.h +++ b/src/sync-log.h
@@ -95,5 +95,7 @@ Mutex m_stateUpdateMutex; }; +typedef boost::shared_ptr<SyncLog> SyncLogPtr; + #endif // SYNC_LOG_H