MCPcopy Create free account
hub / github.com/cppla/ServerStatus / CBanInfo

Class CBanInfo

server/src/netban.h:78–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 };
77
78 struct CBanInfo
79 {
80 enum
81 {
82 EXPIRES_NEVER=-1,
83 REASON_LENGTH=64,
84 };
85 int m_Expires;
86 char m_aReason[REASON_LENGTH];
87 };
88
89 template<class T> struct CBan
90 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected