# HG changeset patch # User ethanzonca # Date 2009-09-13 22:57:23 # Node ID bdeec51d5a75242bec1f2d680bb054c579f3a1e0 # Parent 02159cabda3caf4a272689a7c544e8ac91b7df1f Added notes to put in calls to remotio 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;