summaryrefslogtreecommitdiff
path: root/games/eboard/files/patch-network.h
blob: c63c8c331913d1754b7d9d430116221b86f37b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- network.h.orig	2018-07-31 18:02:19 UTC
+++ network.h
@@ -253,6 +253,7 @@ class PipeConnection : public BufferedConnection,
   int  pid;
   int  toid; // timeout
   string handshake;
+  int  use_execve;
   double MaxWaitTime; // msecs
 
 };