summaryrefslogtreecommitdiff
path: root/clients/ms_conn.h
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2009-12-03 11:26:03 -0800
committerMonty Taylor <mordred@inaugust.com>2009-12-03 11:26:03 -0800
commit7e85e11584bdd452251c67d64bed45867315fb97 (patch)
tree69ec84cebe41d28b52be576c50ea872c06ad46b5 /clients/ms_conn.h
parent88642cefb9f215ee7dd2be926af1e8fdbe64b963 (diff)
downloadlibmemcached-7e85e11584bdd452251c67d64bed45867315fb97.tar.gz
Fixed atomics and getline on solaris.
Diffstat (limited to 'clients/ms_conn.h')
-rw-r--r--clients/ms_conn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/ms_conn.h b/clients/ms_conn.h
index efdd4aa9..bb989bed 100644
--- a/clients/ms_conn.h
+++ b/clients/ms_conn.h
@@ -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 */