Thrift-1558 _xplatform_pipe_6-5-2012.patch
authorRoger Meier <roger@apache.org>
Thu, 7 Jun 2012 13:24:22 +0000 (13:24 +0000)
committerRoger Meier <roger@apache.org>
Thu, 7 Jun 2012 13:24:22 +0000 (13:24 +0000)
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 [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index a5c4528..c3cd26b
@@ -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?