rework Sharedmemory_update() to not use memcpy (requested by fatbob)
[umurmur.git] / src / sharedmemory_struct.h
index 61d6488c96846d970230bbcd180740753303c008..d1453fbe5de24b8b71e9f1788cc3fadaeecba5ff 100644 (file)
@@ -3,10 +3,14 @@ typedef struct
 \r
   char username[121];\r
   char ipaddress[46];\r
-  int tcp_port, udp_port;\r
   char channel[121];\r
+  char os[121], release[121], os_version[121];\r
+  int tcp_port, udp_port;\r
   bool_t bUDP, authenticated, deaf, mute, self_deaf, self_mute, recording, bOpus;\r
+       int availableBandwidth;\r
   uint32_t online_secs, idle_secs;\r
+  bool_t isAdmin;\r
+  bool_t isSuppressed;\r
   float UDPPingAvg, UDPPingVar, TCPPingAvg, TCPPingVar;\r
   uint32_t UDPPackets, TCPPackets;\r
 \r