diff --git a/src/server/slave.c b/src/server/slave.c --- a/src/server/slave.c +++ b/src/server/slave.c @@ -143,9 +143,9 @@ if( 1 == 0) // If the slave is getting job info... if(gotframe ==1) { - /* @TODO: fix these remoteio_read's */ - jobnum = remoteio_read(jobnum); // Set jobnum from remoteio (we could use info from struct, but we need this info to download the xmlfile) - framenum = remoteio_read(jobnum); // Set framenum from remoteio + /* @TODO: Add remotio hooks */ + // jobnum = remoteio_read(jobnum); // Set jobnum from remoteio (we could use info from struct, but we need this info to download the xmlfile) + //framenum = remoteio_read(jobnum); // Set framenum from remoteio char *tarcmd; char *outdir;