X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fms_conn.h;h=943965ca3c85b89965925993aba46d7a719bc856;hb=398f48445cacf12679248142f0c86d3a0d6caab6;hp=cf1e8c0fc9c71dace61c4e10aab87a4dc7cb7b71;hpb=fe5b4854b046a8b0613c89303b04d7e60e4c8223;p=awesomized%2Flibmemcached diff --git a/clients/ms_conn.h b/clients/ms_conn.h index cf1e8c0f..943965ca 100644 --- a/clients/ms_conn.h +++ b/clients/ms_conn.h @@ -17,7 +17,7 @@ #include #include "ms_task.h" -#include +#include #ifdef __cplusplus extern "C" { @@ -60,7 +60,7 @@ enum conn_states { conn_read, /* reading in a command line */ conn_write, /* writing out a simple response */ - conn_closing, /* closing this connection */ + conn_closing /* closing this connection */ }; /* returned states of memcached command */ @@ -78,7 +78,7 @@ enum mcd_ret MCD_NOTFOUND, /* server not find the object */ MCD_END, /* end of the response of get command */ MCD_DELETED, /* server delete the object successfully */ - MCD_STAT, /* response of stats command */ + MCD_STAT /* response of stats command */ }; /* used to store the current or previous running command state */ @@ -103,7 +103,7 @@ typedef struct udppkt enum protocol { ascii_prot = 3, /* ASCII protocol */ - binary_prot, /* binary protocol */ + binary_prot /* binary protocol */ }; /**