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

Method SetFileCount

src/Server.h:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 void SetMaxUsers(uint32 in_maxusers) {maxusers = in_maxusers;}
85 void SetUserCount(uint32 in_users) {users = in_users;}
86 void SetFileCount(uint32 in_files) {files = in_files;}
87 void ResetFailedCount() {failedcount = 0;}
88 void AddFailedCount() {failedcount++;}
89 uint32 GetFailedCount() const {return failedcount;}

Callers 2

ProcessPacketMethod · 0.80
ProcessPacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected