X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fclient.h;h=c6085d298e6563779f4763f60d4d6f9b0ab284dd;hb=381d2562857640505719ed896b0952fc625ccf1e;hp=95f61725fbb1ddf4f75e8aa2532d39afabba45ea;hpb=808f6f490d6e93002b5ac8e0ba201aa82b128fc4;p=umurmur.git diff --git a/src/client.h b/src/client.h index 95f6172..c6085d2 100644 --- a/src/client.h +++ b/src/client.h @@ -31,7 +31,7 @@ #ifndef CLIENT_H_45786678 #define CLIENT_H_45786678 -#include +#include "config.h" #include #include /* close() */ #include @@ -65,9 +65,9 @@ typedef struct { bool_t shutdown_wait; cryptState_t cryptState; bool_t readBlockedOnWrite, writeBlockedOnRead; - + struct sockaddr_in remote_tcp; - struct sockaddr_in remote_udp; + struct sockaddr_in remote_udp; uint8_t rxbuf[BUFSIZE], txbuf[BUFSIZE]; uint32_t rxcount, msgsize, drainleft, txcount, txsize; int sessionId;