fix typo in table of response code constants
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1505 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
73e72b47b2
commit
7e2d12f6ba
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static const network_op_t LOGSTORE_FIRST_RESPONSE_CODE = 1;
|
|||
static const network_op_t LOGSTORE_RESPONSE_SUCCESS = 1;
|
||||
static const network_op_t LOGSTORE_RESPONSE_FAIL = 2;
|
||||
static const network_op_t LOGSTORE_RESPONSE_SENDING_TUPLES = 3;
|
||||
static const network_op_t LOGSTORE_RESPONSE_RECEIVING_TUPLES = 3;
|
||||
static const network_op_t LOGSTORE_RESPONSE_RECEIVING_TUPLES = 4;
|
||||
static const network_op_t LOGSTORE_LAST_RESPONSE_CODE = 4;
|
||||
|
||||
//client codes
|
||||
|
|
Loading…
Reference in a new issue