X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=9f17ddf3d822ec32d708a5523ec62eee69d892ea;hb=a738ff892738e239ad74f5aa686108298efa7cea;hp=60c86dbfa2657c821d289df33f236e6bef2629d3;hpb=a0e46b6337ab6736bb391703338d2ad3b5ee514f;p=umurmur.git diff --git a/src/client.h b/src/client.h index 60c86db..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;