#include <Basics.H>
#include <VestaLog.H>
#include <Recovery.H>
#include <VestaLogSeq.H>
#include <FP.H>
#include <CacheArgs.H>
#include <CacheConfig.H>
#include <GraphLog.H>
Go to the source code of this file.
Functions | |
void | ReadGraphLog (RecoveryReader &rd, bool verbose, int &num, int &rootCnt, int &nodeCnt) throw (VestaLog::Error, VestaLog::Eof) |
void | SyntaxError (char *msg, char *arg=(char *) NULL) throw () |
int | main (int argc, char *argv[]) |
|
Definition at line 75 of file PrintGraphLog.C. References Text::chars(), Config_GraphLogPath, VestaLog::Error::msg, VestaLogSeq::Next(), VestaLogSeq::Open(), ReadGraphLog(), CacheArgs::StartsWith(), SyntaxError(), and verbose. |
|
Definition at line 38 of file PrintGraphLog.C. References GraphLog::Entry::Debug(), GraphLog::Entry::DebugFull(), GraphLog::Entry::kind, GraphLog::NodeKind, GraphLog::Entry::Recover(), GraphLog::RootKind, and verbose. Referenced by main(). |
|
Definition at line 66 of file PrintGraphLog.C. Referenced by main(). |