Author: roger
Date: Thu Jun 7 13:24:22 2012
New Revision: 1347604
URL: http://svn.apache.org/viewvc?rev=1347604&view=rev
Log:
Thrift-1558 _xplatform_pipe_6-5-2012.patch
fix compile error
Modified:
thrift/trunk/lib/cpp/src/thrift/transport/TPipeServer.h (contents, props
changed)
Modified: thrift/trunk/lib/cpp/src/thrift/transport/TPipeServer.h
URL:
http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/src/thrift/transport/TPipeServer.h?rev=1347604&r1=1347603&r2=1347604&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/src/thrift/transport/TPipeServer.h (original)
+++ thrift/trunk/lib/cpp/src/thrift/transport/TPipeServer.h Thu Jun 7 13:24:22
2012
@@ -72,8 +72,8 @@ class TPipeServer : public TServerTransp
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?
Propchange: thrift/trunk/lib/cpp/src/thrift/transport/TPipeServer.h
------------------------------------------------------------------------------
svn:executable = *