(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.1 and 1.1.2.2

version 1.1.2.1, 2007/01/04 04:43:33 version 1.1.2.2, 2007/01/07 21:38:58
Line 30 
Line 30 
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 */ */
   #include <stddef.h>
 #include "Globals.h" #include "Globals.h"
  
 const char* globalArg0;  struct Globals globals =
 int globalChildPid;  {
 int globalChildUid;      NULL, /* arg0 */
 int globalChildGid;      0, /* childPid */
 unsigned long globalSignalMask;      0, /* childUid */
       0, /* childGid */
       0, /* signalMask */
       0, /* enableAuthentication */
   };


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2