Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

int Impala::Process::Manager4Posix::GetExitCode ( int  pid  )  [inline, virtual]

Implements Impala::Process::Manager.

Definition at line 266 of file Manager4Posix.h.

References ILOG_ERROR, IsRunning(), and mProcesses.

00267     {
00268         if (IsRunning(pid))
00269         {
00270             ILOG_ERROR("Process is still running; exit code not available (yet)");
00271             throw "process is still running";
00272         }
00273         return mProcesses[pid].exitCode;
00274     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:59 2011 for ImpalaSrc by  doxygen 1.5.1