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

Diff for /pegasus/src/Pegasus/Common/Executor.h between version 1.2 and 1.3

version 1.2, 2007/05/25 18:35:13 version 1.3, 2007/05/30 20:41:28
Line 146 
Line 146 
         @param module name of provider module to be loaded.         @param module name of provider module to be loaded.
         @param pegasusHome the Pegasus home directory to use to find the         @param pegasusHome the Pegasus home directory to use to find the
             cimprovagt executable.             cimprovagt executable.
         @param uid the UID to run the provider agent as.          @param userName the user name to run the provider agent as.
         @param gid the GID to run the provider agent as.  
         @param pid the PID of the new process (to be eventually passed to         @param pid the PID of the new process (to be eventually passed to
             reapProviderAgent()).             reapProviderAgent()).
         @param readPipe pipe used to read data from provider agent.         @param readPipe pipe used to read data from provider agent.
Line 158 
Line 157 
         const char* module,         const char* module,
         const String& pegasusHome,         const String& pegasusHome,
         const String& userName,         const String& userName,
         int uid,  
         int gid,  
         int& pid,         int& pid,
         AnonymousPipe*& readPipe,         AnonymousPipe*& readPipe,
         AnonymousPipe*& writePipe);         AnonymousPipe*& writePipe);


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2