X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fswarm.git;a=blobdiff_plain;f=src%2Fslave.h;fp=src%2Fslave.h;h=bf4db8fb52cb80f39e10fe1432d24d2cbd068d82;hp=40b16ad4c0f86ea4b92e78d9bee058782ef6aeae;hb=4e2127d6576cea3f54c619d0bb20a22006567206;hpb=3237855ae8604fb19d058eef2797c850b37f5596 diff --git a/src/slave.h b/src/slave.h index 40b16ad..bf4db8f 100644 --- a/src/slave.h +++ b/src/slave.h @@ -17,7 +17,7 @@ typedef struct Task * task_pool; // tasks specific to the slave - int ssh_pid; + bool running; } Slave;