Data Fields | |
struct SyncRootStats * | stats |
struct SyncHashInfoList * | remoteSeen |
int | sliceBusy |
ccnr_hwm | highWater |
ccnr_hwm | stablePoint |
sync_time | lastAdvise |
sync_time | lastUpdate |
sync_time | lastStable |
sync_time | lastHashChange |
int | adviseNeed |
struct SyncHashCacheEntry * | lastLocalSent |
size_t | currentSize |
size_t | prevAddLen |
Definition at line 104 of file SyncPrivate.h.
struct SyncRootStats* SyncRootPrivate::stats [read] |
Definition at line 105 of file SyncPrivate.h.
Referenced by CompareAction(), formatStats(), HeartbeatAction(), MakeNodeFromNames(), newNodeCommon(), SyncAddRoot(), SyncInterestArrived(), SyncRemoteFetchResponse(), SyncRemRoot(), SyncRootAdviseResponse(), SyncSendRootAdviseInterest(), SyncStartContentFetch(), and SyncStartNodeFetch().
struct SyncHashInfoList* SyncRootPrivate::remoteSeen [read] |
Definition at line 106 of file SyncPrivate.h.
Referenced by abortCompare(), chooseRemoteHash(), noteRemoteHash(), SyncRemRoot(), and SyncSendRootAdviseInterest().
Definition at line 107 of file SyncPrivate.h.
Referenced by HeartbeatAction(), SyncAddRoot(), SyncNotifyContent(), and SyncStartSliceEnum().
Definition at line 110 of file SyncPrivate.h.
Referenced by HeartbeatAction(), SyncAddRoot(), and SyncSendRootAdviseInterest().
Definition at line 111 of file SyncPrivate.h.
Referenced by HeartbeatAction(), SyncAddRoot(), and SyncUpdateRoot().
Definition at line 114 of file SyncPrivate.h.
Referenced by HeartbeatAction(), SyncInterestArrived(), SyncRegisterInterests(), and SyncSendRootAdviseInterest().
struct SyncHashCacheEntry* SyncRootPrivate::lastLocalSent [read] |
Definition at line 115 of file SyncPrivate.h.
Referenced by HeartbeatAction(), and SyncSendRootAdviseInterest().
size_t SyncRootPrivate::currentSize |
size_t SyncRootPrivate::prevAddLen |