X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fms_conn.h;h=d95191ece80c3881dbcf1ed99d525cc6c7fd91bd;hb=ebe4a05e9b023d7ef5b26ee98318a11582264efd;hp=efdd4aa9a00d4850d06aad067018a3767d24b803;hpb=604540c15315c6ed876082529f639697ba3eceab;p=awesomized%2Flibmemcached diff --git a/clients/ms_conn.h b/clients/ms_conn.h index efdd4aa9..d95191ec 100644 --- a/clients/ms_conn.h +++ b/clients/ms_conn.h @@ -17,7 +17,7 @@ #include #include "ms_task.h" -#include "protocol_binary.h" +#include #ifdef __cplusplus extern "C" { @@ -162,7 +162,7 @@ typedef struct conn /* data for UDP clients */ int udp; /* is this is a UDP "connection" */ - int request_id; /* UDP request ID of current operation, if this is a UDP "connection" */ + uint32_t request_id; /* UDP request ID of current operation, if this is a UDP "connection" */ uint8_t *hdrbuf; /* udp packet headers */ int hdrsize; /* number of headers' worth of space is allocated */ struct sockaddr srv_recv_addr; /* Sent the most recent request to which server */