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

Diff for /pegasus/src/Executor/Globals.c between version 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2007/01/10 21:44:31 version 1.1.2.5, 2007/01/11 16:01:23
Line 35 
Line 35 
  
 struct Globals globals = struct Globals globals =
 { {
     NULL, /* arg0 */      0, /* argc */
       0, /* argv */
     0, /* childPid */     0, /* childPid */
     0, /* childUid */     0, /* childUid */
     0, /* childGid */     0, /* childGid */
     0, /* signalMask */     0, /* signalMask */
     0, /* enableAuthentication */     0, /* enableAuthentication */
     { '\0' }, /* passwordFilePath */  
     { '\0' }, /* traceFilePath */  
     { '\0' }, /* sslKeyFilePath */  
     { '\0' }, /* sslTrustStore */  
     { '\0' }, /* crlStore */  
 }; };
  


Legend:
Removed from v.1.1.2.4  
changed lines
  Added in v.1.1.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2