X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=60c86dbfa2657c821d289df33f236e6bef2629d3;hb=a0e46b6337ab6736bb391703338d2ad3b5ee514f;hp=f403945c8a4daf87729d5345188e7fac333e933e;hpb=f9069a29e37fabd696da39e718907f8630f28fd2;p=umurmur.git diff --git a/src/client.h b/src/client.h index f403945..60c86db 100644 --- a/src/client.h +++ b/src/client.h @@ -69,7 +69,7 @@ typedef struct { struct sockaddr_storage remote_tcp; struct sockaddr_storage remote_udp; - char addressString[INET6_ADDRSTRLEN]; + char addressString[INET6_ADDRSTRLEN]; uint8_t rxbuf[BUFSIZE], txbuf[BUFSIZE]; uint32_t rxcount, msgsize, drainleft, txcount, txsize; int sessionId;