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

Method GetDataStruct

src/ClientCredits.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 const uint8_t* GetSecureIdent() const {return m_abyPublicKey;}
69 uint8 GetSecIDKeyLen() const {return m_nPublicKeyLen;}
70 const CreditStruct* GetDataStruct() const {return m_pCredits;}
71 void ClearWaitStartTime();
72 void AddDownloaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);
73 void AddUploaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);

Callers 2

ProcessItemUpdateMethod · 0.80
SaveListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected