commit | 80af0e0f17f8db7cc9992bd0cbe8f70c45da85cf | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu May 31 15:49:07 2012 -0700 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Thu May 31 15:49:07 2012 -0700 |
tree | 61eca2faa01a2038d7a8556fa613f05a3dce2e68 | |
parent | 2c55b38800ebfc30af56058d62f60bcaf831808d [diff] [blame] |
change CcnxWrapper to support fetching of raw data
diff --git a/ccnx/sync-app-socket.h b/ccnx/sync-app-socket.h index d17857c..f5e5e0f 100644 --- a/ccnx/sync-app-socket.h +++ b/ccnx/sync-app-socket.h
@@ -70,6 +70,8 @@ */ void remove (const std::string &prefix) {m_syncLogic.remove(prefix);} + int getSeq(); + private: CcnxWrapperPtr m_appHandle;