commit | 4898fd95fb74c1242417ed61dc1da0b716d915f6 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Mar 12 13:57:22 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Mar 12 13:57:22 2012 -0700 |
tree | 161f5dfc6d65f7f11183688a7286ebb167642203 | |
parent | 0efa37beb1b1e1db35594568dc469cc04d515fa3 [diff] [blame] |
minor correction
diff --git a/model/sync-logic.h b/model/sync-logic.h index 1cc42b6..50c995f 100644 --- a/model/sync-logic.h +++ b/model/sync-logic.h
@@ -99,7 +99,7 @@ void sendSyncInterest (); void - processPendingSyncInterests(); + processPendingSyncInterests(DiffStatePtr &diff); private: typedef std::list< boost::tuple< boost::system_time, boost::function< void ( ) > > > DelayedChecksList;