(file) Return to Child.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Child.c between version 1.5 and 1.6

version 1.5, 2007/06/08 18:00:04 version 1.6, 2007/06/15 17:40:06
Line 38 
Line 38 
 #include <stdio.h> #include <stdio.h>
 #include <grp.h> #include <grp.h>
 #include "Defines.h" #include "Defines.h"
   #include "Globals.h"
 #include "Fatal.h" #include "Fatal.h"
 #include "Path.h" #include "Path.h"
 #include "Log.h" #include "Log.h"
Line 65 
Line 66 
     char sockStr[EXECUTOR_BUFFER_SIZE];     char sockStr[EXECUTOR_BUFFER_SIZE];
     char** execArgv;     char** execArgv;
  
       globals.isChildProcess = 1;
   
     /* Build argument list, adding "--executor-socket <sock>" option if     /* Build argument list, adding "--executor-socket <sock>" option if
      * sock non-negative.      * sock non-negative.
      */      */
Line 124 
Line 127 
  
     /* If we are still here, the exec failed. */     /* If we are still here, the exec failed. */
     Fatal(FL, "failed to exec %s", path);     Fatal(FL, "failed to exec %s", path);
   
     exit(0);  
 } }


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2