X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fswarm.git;a=blobdiff_plain;f=src%2Fslave.h;h=6b66214735a2b6c484473a575dfe609928dc4d01;hp=bf4db8fb52cb80f39e10fe1432d24d2cbd068d82;hb=HEAD;hpb=4e2127d6576cea3f54c619d0bb20a22006567206 diff --git a/src/slave.h b/src/slave.h index bf4db8f..6b66214 100644 --- a/src/slave.h +++ b/src/slave.h @@ -10,6 +10,7 @@ typedef struct { int in; int out; + int socket_child_end; // the child's end of the socket int pid; // pid of the process running the slave; == 0 for network slaves char * name; char * addr;