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
 
@@ -115,11 +115,13 @@ int main(int argc, char *argv[])
 

	
 
  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;
 

	
0 comments (0 inline, 0 general)