(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.11.16.3 and 1.11.16.4

version 1.11.16.3, 2006/12/27 17:25:16 version 1.11.16.4, 2006/12/27 20:29:21
Line 55 
Line 55 
 #define PROCSIZE sizeof(struct procsinfo) #define PROCSIZE sizeof(struct procsinfo)
 } }
 #endif #endif
   
 #ifdef PEGASUS_ENABLE_PRIVILEGE_SEPARATION  
 # include <Pegasus/ExecutorClient/ExecutorClient.h> # include <Pegasus/ExecutorClient/ExecutorClient.h>
 #endif  
  
 PEGASUS_USING_PEGASUS; PEGASUS_USING_PEGASUS;
 PEGASUS_USING_STD; PEGASUS_USING_STD;
Line 169 
Line 166 
   // get the pid of the cimserver process   // get the pid of the cimserver process
   server_pid = getpid();   server_pid = getpid();
  
 #ifdef PEGASUS_ENABLE_PRIVILEGE_SEPARATION  
   
     // Ask the executor process to daemonize.     // Ask the executor process to daemonize.
   
     ExecutorClient::daemonizeExecutor();     ExecutorClient::daemonizeExecutor();
  
 #endif /* PEGASUS_ENABLE_PRIVILEGE_SEPARATION */  
   
   return(0);   return(0);
 } }
  


Legend:
Removed from v.1.11.16.3  
changed lines
  Added in v.1.11.16.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2