summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorgenius3000 <genius3000@g3k.solutions>2018-04-10 10:33:46 -0600
committerPeter Powell <petpow@saberuk.com>2018-04-11 18:59:17 +0100
commite6db1df5a657ea0603e1ec0b1ea9b056264d470f (patch)
tree4ba4300584a1068a52c91b90b10626c667ad8269 /include/protocol.h
parent93fa544b2671b078cf81ac04fbb4b48d5e2d1677 (diff)
Change ServerInfo::gecos to description
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/protocol.h b/include/protocol.h
index 2e512f11a..7a2908a4c 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -46,7 +46,7 @@ class CoreExport ProtocolInterface
public:
std::string servername;
std::string parentname;
- std::string gecos;
+ std::string description;
unsigned int usercount;
unsigned int opercount;
unsigned int latencyms;