commit | 5548c049b87863bd64ae1b08157e144f0e766586 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 04 19:10:09 2012 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 04 19:10:09 2012 -0700 |
tree | 6ace4f68451b1488d633ee682a1f8bf093c9ffef | |
parent | 03ec7bf65a1f1dd23f20fcb355f2740e58ec07ca [diff] [blame] |
Solving bug with interest-table
diff --git a/include/sync-app-socket.h b/include/sync-app-socket.h index cf888d3..851a14c 100644 --- a/include/sync-app-socket.h +++ b/include/sync-app-socket.h
@@ -87,6 +87,9 @@ uint32_t getNextSeq (const std::string &prefix, uint32_t session); + SyncLogic & + getLogic () { return m_syncLogic; } + private: void passCallback(const std::vector<MissingDataInfo> &v) {m_newDataCallback(v, this);}