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

int Impala::ILogErrors::GetNrErrorsSinceMark (  )  [inline]

Definition at line 304 of file ILog.h.

References mErrors, mMark, and Sync().

Referenced by Impala::Job::Server::AcceptRequest(), Impala::Core::IDash::Server::AcceptRequest(), and Impala::Application::DataServer::AcceptRequest().

00305     {
00306         Sync();
00307         return mErrors.size() - mMark;
00308     }

Here is the call graph for this function:


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