From 87b704fd91d9d895460cd24405187d45f40b7c18 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Thu, 7 Jun 2012 13:24:22 +0000 Subject: [PATCH] Thrift-1558 _xplatform_pipe_6-5-2012.patch fix compile error git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1347604 13f79535-47bb-0310-9956-ffa450edef68 --- lib/cpp/src/thrift/transport/TPipeServer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 lib/cpp/src/thrift/transport/TPipeServer.h diff --git a/lib/cpp/src/thrift/transport/TPipeServer.h b/lib/cpp/src/thrift/transport/TPipeServer.h old mode 100644 new mode 100755 index a5c4528b..c3cd26bc --- a/lib/cpp/src/thrift/transport/TPipeServer.h +++ b/lib/cpp/src/thrift/transport/TPipeServer.h @@ -72,8 +72,8 @@ class TPipeServer : public TServerTransport { private: std::string pipename_; uint32_t bufsize_; - uint32_t maxconns_; int Pipe_; //Named Pipe (R/W) or Anonymous Pipe (R) + uint32_t maxconns_; int PipeW_; //Anonymous Pipe (W) int ClientAnonRead, ClientAnonWrite; //Client side anonymous pipe handles //? Do we need duplicates to send to client? -- 2.17.1