CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
posix_gc_thread Struct Reference

#include <garbage_collector.h>

Collaboration diagram for posix_gc_thread:

Public Attributes

struct fs_traversal_contextctx
 
perf::Statisticsstat
 
unsigned thread_total
 
unsigned thread_num
 

Detailed Description

This file is part of the CernVM File System.

Definition at line 9 of file garbage_collector.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: