Add client indication of silent channels
[umurmur.git] / src / client.h
index 721099bbe18f682cbba2149414006f84f74af747..d70fcf05886ae85d1933e6335fa649970cbbaf2a 100644 (file)
@@ -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;