Data Fields | |
struct SyncRootDeltas * | next |
struct SyncHashCacheEntry * | ceStart |
struct SyncHashCacheEntry * | ceStop |
int64_t | whenMade |
int64_t | whenSent |
int | deltasCount |
int | closed |
struct ccn_charbuf * | coding |
struct ccn_charbuf * | name |
struct ccn_charbuf * | cob |
Definition at line 108 of file SyncPrivate.h.
Definition at line 110 of file SyncPrivate.h.
Referenced by NewDeltas(), scanDeltas(), and SendDeltasReply().
Definition at line 111 of file SyncPrivate.h.
Referenced by CloseUpdateCoding(), and SendDeltasReply().
Definition at line 115 of file SyncPrivate.h.
struct ccn_charbuf* SyncRootDeltas::cob |
Definition at line 118 of file SyncPrivate.h.
Referenced by FreeDeltas(), SendDeltasReply(), and SyncRemRoot().
struct ccn_charbuf* SyncRootDeltas::coding |
Definition at line 116 of file SyncPrivate.h.
Referenced by AddUpdateName(), CloseUpdateCoding(), FreeDeltas(), NewDeltas(), SendDeltasReply(), and SyncRemRoot().
Definition at line 114 of file SyncPrivate.h.
Referenced by AddUpdateName(), CloseUpdateCoding(), SendDeltasReply(), and UpdateAction().
struct ccn_charbuf* SyncRootDeltas::name |
Definition at line 117 of file SyncPrivate.h.
Referenced by FreeDeltas(), SendDeltasReply(), and SyncRemRoot().
struct SyncRootDeltas* SyncRootDeltas::next |
Definition at line 109 of file SyncPrivate.h.
Referenced by CloseUpdateCoding(), RemRootDeltas(), scanDeltas(), and SyncRemRoot().
int64_t SyncRootDeltas::whenMade |
Definition at line 112 of file SyncPrivate.h.
Referenced by NewDeltas().
int64_t SyncRootDeltas::whenSent |
Definition at line 113 of file SyncPrivate.h.
Referenced by SendDeltasReply(), SyncInterestArrived(), and UpdateAction().