Changeset - bcef1af0e63b
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-12-11 11:38:21
ez@ethanzonca.com
Warning-laden remotio additions
1 file changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/server/slave.c
Show inline comments
 
@@ -112,17 +112,19 @@ int main(int argc, char *argv[])
 
  char *tarcmd;        /* Command to run for tar. Migrate to libtar sometime */
 
  char *outdir;        /* Output Directory for tar */
 
  char *jobdatapath;   /* Path to job data */
 

	
 
  struct distrenjob *myjob; /* Structure to hold data gathered from the XML file */
 

	
 
  struct remoteio *comm_slave; /* Structures for remotio */
 
  struct remoteio_opts *comm_slaveoptions;
 
  struct remoteio_opts *comm_slaveopts = {"ssh"};
 

	
 
  struct execio *remoteExec;
 
  struct remoteio *comm_slave = {0, comm_slaveopts, remoteExec}; /* Structures for remotio */
 

	
 
  fprintf(stderr,"Connecting to server...\n");
 
  remoteio_open(&comm_slave, comm_slaveoptions, "protofusion" );
 
  remoteio_open(&comm_slave, comm_slaveopts, "protofusion" );
 

	
 
  int haveWork = 0;
 

	
 
  while(1)
 
    {
 

	
0 comments (0 inline, 0 general)