X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fsharedmemory_struct.h;h=61d6488c96846d970230bbcd180740753303c008;hb=a738ff892738e239ad74f5aa686108298efa7cea;hp=a4011b35f7a4794992cdacbb89e69074e86bf209;hpb=2311400db89f8dd24cfc57d6f72328f539a9ce8d;p=umurmur.git diff --git a/src/sharedmemory_struct.h b/src/sharedmemory_struct.h index a4011b3..61d6488 100644 --- a/src/sharedmemory_struct.h +++ b/src/sharedmemory_struct.h @@ -1,5 +1,6 @@ typedef struct { + char username[121]; char ipaddress[46]; int tcp_port, udp_port; @@ -15,7 +16,8 @@ typedef struct { int clientcount, server_max_clients; - unsigned int umurmurd_pid; + unsigned int umurmurd_pid; + uint8_t alive; shmclient_t client[]; -}shm_t; \ No newline at end of file +}shm_t;