X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=d70fcf05886ae85d1933e6335fa649970cbbaf2a;hb=cac4b71f9ea600608b421127df1f80407182e405;hp=721099bbe18f682cbba2149414006f84f74af747;hpb=134ce814d444d90c229d0b1777d575bc1effa718;p=umurmur.git diff --git a/src/client.h b/src/client.h index 721099b..d70fcf0 100644 --- a/src/client.h +++ b/src/client.h @@ -91,6 +91,7 @@ typedef struct { int tokencount; uint8_t hash[20]; bool_t isAdmin; + bool_t isSuppressed; float UDPPingAvg, UDPPingVar, TCPPingAvg, TCPPingVar; uint32_t UDPPackets, TCPPackets; } client_t;