![]() |
CernVM-FS
2.13.0
|
#include <garbage_collector.h>
Public Attributes | |
struct fs_traversal_context * | ctx |
perf::Statistics * | stat |
unsigned | thread_total |
unsigned | thread_num |
This file is part of the CernVM File System.
Definition at line 9 of file garbage_collector.h.
struct fs_traversal_context* posix_gc_thread::ctx |
Definition at line 10 of file garbage_collector.h.
Referenced by PosixGcMainWorker(), and RunGarbageCollection().
perf::Statistics* posix_gc_thread::stat |
Definition at line 11 of file garbage_collector.h.
Referenced by PosixGcMainWorker(), and RunGarbageCollection().
unsigned posix_gc_thread::thread_num |
Definition at line 13 of file garbage_collector.h.
Referenced by PosixGcMainWorker(), and RunGarbageCollection().
unsigned posix_gc_thread::thread_total |
Definition at line 12 of file garbage_collector.h.
Referenced by PosixGcMainWorker(), and RunGarbageCollection().