Data Fields | |
uint64_t | updatesDone |
uint64_t | lastUpdateMicros |
uint64_t | comparesDone |
uint64_t | lastCompareMicros |
uint64_t | nodesCreated |
uint64_t | nodesShared |
uint64_t | rootAdviseSent |
uint64_t | nodeFetchSent |
uint64_t | contentFetchSent |
uint64_t | rootAdviseSeen |
uint64_t | nodeFetchSeen |
uint64_t | rootAdviseReceived |
uint64_t | nodeFetchReceived |
uint64_t | contentFetchReceived |
uint64_t | rootAdviseBytes |
uint64_t | nodeFetchBytes |
uint64_t | contentFetchBytes |
uint64_t | rootAdviseTimeout |
uint64_t | nodeFetchTimeout |
uint64_t | contentFetchTimeout |
uint64_t | rootAdviseFailed |
uint64_t | nodeFetchFailed |
uint64_t | contentFetchFailed |
Definition at line 75 of file SyncPrivate.h.
uint64_t SyncRootStats::comparesDone |
Definition at line 78 of file SyncPrivate.h.
Referenced by CompareAction().
uint64_t SyncRootStats::contentFetchBytes |
Definition at line 96 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::contentFetchFailed |
Definition at line 104 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::contentFetchReceived |
Definition at line 92 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::contentFetchSent |
Definition at line 85 of file SyncPrivate.h.
Referenced by SyncStartContentFetch().
uint64_t SyncRootStats::contentFetchTimeout |
Definition at line 100 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::lastCompareMicros |
Definition at line 79 of file SyncPrivate.h.
Referenced by CompareAction().
uint64_t SyncRootStats::lastUpdateMicros |
Definition at line 77 of file SyncPrivate.h.
Referenced by HeartbeatAction().
uint64_t SyncRootStats::nodeFetchBytes |
Definition at line 95 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::nodeFetchFailed |
Definition at line 103 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::nodeFetchReceived |
Definition at line 91 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::nodeFetchSeen |
Definition at line 88 of file SyncPrivate.h.
Referenced by SyncInterestArrived().
uint64_t SyncRootStats::nodeFetchSent |
Definition at line 84 of file SyncPrivate.h.
Referenced by SyncStartNodeFetch().
uint64_t SyncRootStats::nodeFetchTimeout |
Definition at line 99 of file SyncPrivate.h.
Referenced by SyncRemoteFetchResponse().
uint64_t SyncRootStats::nodesCreated |
Definition at line 80 of file SyncPrivate.h.
Referenced by newNodeCommon().
uint64_t SyncRootStats::nodesShared |
Definition at line 81 of file SyncPrivate.h.
Referenced by MakeNodeFromNames(), and newNodeCommon().
uint64_t SyncRootStats::rootAdviseBytes |
Definition at line 94 of file SyncPrivate.h.
Referenced by ccns_root_advise_response(), and SyncRootAdviseResponse().
uint64_t SyncRootStats::rootAdviseFailed |
Definition at line 102 of file SyncPrivate.h.
Referenced by ccns_root_advise_response(), and SyncRootAdviseResponse().
uint64_t SyncRootStats::rootAdviseReceived |
Definition at line 90 of file SyncPrivate.h.
Referenced by ccns_root_advise_response(), and SyncRootAdviseResponse().
uint64_t SyncRootStats::rootAdviseSeen |
Definition at line 87 of file SyncPrivate.h.
Referenced by SyncInterestArrived().
uint64_t SyncRootStats::rootAdviseSent |
Definition at line 83 of file SyncPrivate.h.
Referenced by ccns_send_root_advise_interest(), and SyncSendRootAdviseInterest().
uint64_t SyncRootStats::rootAdviseTimeout |
Definition at line 98 of file SyncPrivate.h.
Referenced by SyncRootAdviseResponse().
uint64_t SyncRootStats::updatesDone |
Definition at line 76 of file SyncPrivate.h.