Data Fields | |
struct SyncHashInfoList * | next |
struct SyncHashCacheEntry * | ce |
int64_t | lastSeen |
int64_t | lastReplied |
Definition at line 68 of file SyncPrivate.h.
Definition at line 70 of file SyncPrivate.h.
Referenced by abortCompare(), chooseRemoteHash(), exclusionsFromHashList(), HeartbeatAction(), noteHash(), noteRemoteHash(), and scanRemoteSeen().
int64_t SyncHashInfoList::lastReplied |
Definition at line 72 of file SyncPrivate.h.
Referenced by noteHash(), and UpdateAction().
int64_t SyncHashInfoList::lastSeen |
Definition at line 71 of file SyncPrivate.h.
Referenced by chooseRemoteHash(), noteHash(), and noteRemoteHash().
Definition at line 69 of file SyncPrivate.h.
Referenced by abortCompare(), chooseRemoteHash(), exclusionsFromHashList(), noteHash(), noteRemoteHash(), scanRemoteSeen(), and SyncRemRoot().