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

Method GetLostDueToCorruption

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

Source from the content-addressed store, hash-verified

244 void SetLastAnsweredTime();
245 void SetLastAnsweredTimeTimeout();
246 uint64 GetLostDueToCorruption() const { return m_iLostDueToCorruption; }
247 uint64 GetGainDueToCompression() const { return m_iGainDueToCompression; }
248 uint32 TotalPacketsSavedDueToICH()const{ return m_iTotalPacketsSavedDueToICH; }
249 bool IsStopped() const { return m_stopped; }

Callers 3

UpdateDataMethod · 0.45
CEC_PartFile_TagMethod · 0.45

Calls

no outgoing calls

Tested by 1

CEC_PartFile_TagMethod · 0.36