X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=9f17ddf3d822ec32d708a5523ec62eee69d892ea;hb=38d77b3cbee831144dcfdb2b79c93bc6d494f7fe;hp=f403945c8a4daf87729d5345188e7fac333e933e;hpb=c289fc55d1fce7f474127933063ba2008a188259;p=umurmur.git diff --git a/src/client.h b/src/client.h index f403945..9f17ddf 100644 --- a/src/client.h +++ b/src/client.h @@ -59,17 +59,15 @@ #define IS_AUTH(_a_) ((_a_)->authenticated) -typedef struct { +typedef struct { /* You can add new lines to this struct, any reordering of some of the lines will break the sharedmemory API */ int tcpfd; SSL_handle_t *ssl; bool_t SSLready; bool_t shutdown_wait; cryptState_t cryptState; bool_t readBlockedOnWrite, writeBlockedOnRead; - struct sockaddr_storage remote_tcp; struct sockaddr_storage remote_udp; - char addressString[INET6_ADDRSTRLEN]; uint8_t rxbuf[BUFSIZE], txbuf[BUFSIZE]; uint32_t rxcount, msgsize, drainleft, txcount, txsize; int sessionId;