(file) Return to ServerProcessUnix.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Service

Diff for /pegasus/src/Service/ServerProcessUnix.cpp between version 1.8 and 1.9

version 1.8, 2006/01/30 16:19:34 version 1.9, 2006/06/23 18:14:28
Line 61 
Line 61 
 Boolean handleSigUsr1 = false; Boolean handleSigUsr1 = false;
 Boolean graveError = false; Boolean graveError = false;
  
 pid_t server_pid;  // the current pid is the server pid. After fork it is overwritten.
   pid_t server_pid = getpid();
 Uint32 parentPid = 0; Uint32 parentPid = 0;
  
 void sigUsr1Handler(int s_n, PEGASUS_SIGINFO_T * s_info, void * sig) void sigUsr1Handler(int s_n, PEGASUS_SIGINFO_T * s_info, void * sig)


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2