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