Data Fields | |
struct SyncActionData * | next |
struct SyncRootStruct * | root |
struct SyncCompareData * | comp |
struct ccnr_handle * | ccnr |
struct ccn_charbuf * | prefix |
struct ccn_charbuf * | hash |
sync_time | startTime |
enum SyncRegisterActionKind | kind |
enum SyncActionState | state |
int | skipToHash |
Definition at line 47 of file SyncActions.h.
struct SyncActionData* SyncActionData::next [read] |
Definition at line 48 of file SyncActions.h.
Referenced by delinkActionData(), destroyActionData(), destroyCompareData(), linkActionData(), moveActionData(), SyncFindAction(), SyncRemRoot(), and SyncStartNodeFetch().
struct SyncRootStruct* SyncActionData::root [read] |
Definition at line 49 of file SyncActions.h.
Referenced by delinkActionData(), destroyActionData(), linkActionData(), moveActionData(), SyncInterestArrived(), SyncRemoteFetchResponse(), SyncRemRoot(), and SyncRootAdviseResponse().
struct SyncCompareData* SyncActionData::comp [read] |
Definition at line 50 of file SyncActions.h.
Referenced by delinkActionData(), destroyActionData(), destroyCompareData(), moveActionData(), SyncRemoteFetchResponse(), SyncStartContentFetch(), and SyncStartNodeFetch().
struct ccnr_handle* SyncActionData::ccnr [read] |
Definition at line 51 of file SyncActions.h.
Referenced by linkActionData(), and SyncRemoteFetchResponse().
struct ccn_charbuf* SyncActionData::prefix [read] |
Definition at line 52 of file SyncActions.h.
Referenced by CompareAction(), destroyActionData(), SyncInterestArrived(), SyncRegisterInterest(), SyncRemoteFetchResponse(), SyncRootAdviseResponse(), SyncSendRootAdviseInterest(), SyncStartContentFetch(), and SyncStartNodeFetch().
struct ccn_charbuf* SyncActionData::hash [read] |
Definition at line 53 of file SyncActions.h.
Referenced by destroyActionData(), doPreload(), SyncRemoteFetchResponse(), SyncSendRootAdviseInterest(), and SyncStartNodeFetch().
Definition at line 54 of file SyncActions.h.
Referenced by newActionData(), SyncRemoteFetchResponse(), and SyncRootAdviseResponse().
Definition at line 55 of file SyncActions.h.
Referenced by newActionData(), SyncFindAction(), SyncInterestArrived(), SyncRemoteFetchResponse(), SyncRootAdviseResponse(), SyncSendRootAdviseInterest(), and SyncStartNodeFetch().
Definition at line 56 of file SyncActions.h.
Referenced by delinkActionData(), linkActionData(), moveActionData(), and newActionData().
Definition at line 57 of file SyncActions.h.
Referenced by SyncInterestArrived(), SyncRegisterInterest(), SyncRootAdviseResponse(), SyncSendRootAdviseInterest(), SyncStartContentFetch(), and SyncStartNodeFetch().