CernVM-FS
2.12.0
|
Public Attributes | |
timeval | time_stamp |
int | code |
PathString | path |
std::string | msg |
int Tracer::BufferEntry::code |
arbitrary code, negative codes are reserved for internal use.
Definition at line 91 of file tracer.h.
Referenced by Tracer::MainFlush().
std::string Tracer::BufferEntry::msg |
Definition at line 93 of file tracer.h.
Referenced by Tracer::MainFlush().
PathString Tracer::BufferEntry::path |
The path that is subject to the trace
Definition at line 92 of file tracer.h.
Referenced by Tracer::MainFlush().
timeval Tracer::BufferEntry::time_stamp |
This is currently with milliseconds precision (using gettimeofday).
Definition at line 87 of file tracer.h.
Referenced by Tracer::MainFlush().