MCPcopy Create free account
hub / github.com/amule-project/amule / GetLastAnsweredTime

Method GetLastAnsweredTime

src/PartFile.h:243–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 bool PreviewAvailable();
242 uint16 GetAvailablePartCount() const { return m_availablePartsCount; }
243 uint64 GetLastAnsweredTime() const { return m_ClientSrcAnswered; }
244 void SetLastAnsweredTime();
245 void SetLastAnsweredTimeTimeout();
246 uint64 GetLostDueToCorruption() const { return m_iLostDueToCorruption; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected