Did some stuff
[matches/swarm.git] / src / slave.h
index 40b16ad..6b66214 100644 (file)
@@ -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;
@@ -17,7 +18,7 @@ typedef struct
        Task * task_pool; // tasks specific to the slave
 
 
-       int ssh_pid; 
+       
 
        bool running;
 } Slave;

UCC git Repository :: git.ucc.asn.au