Data Fields | |
struct SyncErrStruct * | errList |
struct SyncPrivate * | priv |
struct ccnr_handle * | ccnr |
struct ccn * | ccn |
struct ccn_schedule * | sched |
int | debug |
unsigned | lastRootId |
ccnr_hwm | highWater |
Definition at line 44 of file SyncBase.h.
struct SyncErrStruct* SyncBaseStruct::errList [read] |
struct SyncPrivate* SyncBaseStruct::priv [read] |
Definition at line 46 of file SyncBase.h.
Referenced by canonFilter(), chooseRemoteHash(), CompareAction(), destroyCompareData(), doPreload(), fauxError(), fetchStablePoint(), findAndDeleteRoot(), HeartbeatAction(), newNodeCommon(), storeStablePoint(), SyncAddName(), SyncAddRoot(), SyncFreeBase(), SyncHandleSlice(), SyncInit(), SyncInterestArrived(), SyncNewBase(), SyncNotifyContent(), SyncRemRoot(), SyncSendRootAdviseInterest(), SyncStartCompareAction(), SyncStartContentFetch(), SyncStartHeartbeat(), SyncStartNodeFetch(), and SyncStartSliceEnum().
struct ccnr_handle* SyncBaseStruct::ccnr [read] |
Definition at line 47 of file SyncBase.h.
Referenced by abortCompare(), CompareAction(), fetchStablePoint(), findAndDeleteRoot(), HeartbeatAction(), linkActionData(), newNodeCommon(), nodeFromNodes(), noteRemoteHash(), storeStablePoint(), SyncAddName(), SyncHandleSlice(), SyncInit(), SyncLocalRepoFetch(), SyncLocalRepoStore(), SyncNewBase(), SyncNoteFailed(), SyncNoteSimple(), SyncNoteSimple2(), SyncNoteSimple3(), SyncNoteUri(), SyncNoteUriBase(), SyncNotifyContent(), SyncRegisterInterests(), SyncRootLookupName(), SyncShutdown(), SyncStartCompareAction(), SyncStartContentFetch(), SyncStartHeartbeat(), SyncStartSliceEnum(), and SyncUpdateRoot().
struct ccn* SyncBaseStruct::ccn [read] |
Definition at line 48 of file SyncBase.h.
Referenced by storeStablePoint(), SyncCacheEntryStore(), SyncInit(), SyncLocalRepoFetch(), SyncNewBase(), SyncRegisterInterest(), SyncRegisterInterests(), SyncSendRootAdviseInterest(), SyncSignBuf(), SyncStartContentFetch(), and SyncStartNodeFetch().
struct ccn_schedule* SyncBaseStruct::sched [read] |
Definition at line 49 of file SyncBase.h.
Referenced by destroyCompareData(), SyncNewBase(), SyncStartHeartbeat(), and SyncUpdateRoot().
Definition at line 50 of file SyncBase.h.
Referenced by abortCompare(), addNameFromCompare(), CompareAction(), findAndDeleteRoot(), HeartbeatAction(), main(), MakeNodeFromNames(), newNodeCommon(), nodeFromNodes(), noteRemoteHash(), purgeOldEntries(), setCovered(), SyncAddName(), SyncCacheEntryFetch(), SyncHandleSlice(), SyncInit(), SyncInterestArrived(), SyncLocalRepoFetch(), SyncLocalRepoStore(), SyncNoteFailed(), SyncNotifyContent(), SyncRegisterInterest(), SyncRegisterInterests(), SyncRemoteFetchResponse(), SyncRootAdviseResponse(), SyncRootLookupName(), SyncSendRootAdviseInterest(), SyncShutdown(), SyncStartCompareAction(), SyncStartContentFetch(), SyncStartHeartbeat(), SyncStartNodeFetch(), SyncStartSliceEnum(), SyncTreeMergeNames(), SyncUpdateRoot(), and TryNodeSplit().
unsigned SyncBaseStruct::lastRootId |