From 7e2d12f6ba7c7c45c86baaec2c3194570459005e Mon Sep 17 00:00:00 2001 From: sears Date: Tue, 14 Dec 2010 21:43:50 +0000 Subject: [PATCH] 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 --- network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.h b/network.h index 5689183..bf059cc 100644 --- a/network.h +++ b/network.h @@ -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