summaryrefslogtreecommitdiffstats
path: root/src/rpc-server/include/trex_rpc_req_resp.h
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-08-12 17:50:34 +0300
committerimarom <imarom@cisco.com>2015-08-12 17:50:34 +0300
commit877eba6c21febeafd1122b60768c5ca5f4a69945 (patch)
tree532e58e849eb184e8a77c3907f63ab6eb1503c3a /src/rpc-server/include/trex_rpc_req_resp.h
parent218b12788ace0683918dc335639cdd92c4e33ab5 (diff)
just a checkpoint - not stable
Diffstat (limited to 'src/rpc-server/include/trex_rpc_req_resp.h')
-rw-r--r--src/rpc-server/include/trex_rpc_req_resp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc-server/include/trex_rpc_req_resp.h b/src/rpc-server/include/trex_rpc_req_resp.h
index 46d01579..511afc02 100644
--- a/src/rpc-server/include/trex_rpc_req_resp.h
+++ b/src/rpc-server/include/trex_rpc_req_resp.h
@@ -39,7 +39,7 @@ protected:
void _stop_rpc_thread();
private:
- void handle_request(const uint8_t *msg, uint32_t size);
+ void handle_request(const std::string &request);
static const int RPC_MAX_MSG_SIZE = 2048;
void *m_context;