CernVM-FS
2.12.0
|
Public Attributes | |
struct cvmcache_hash | id |
string | data |
cvmcache_object_type | type |
int32_t | refcnt |
string | description |
Definition at line 30 of file cvmfs_cache_null.cc.
string Object::data |
Definition at line 32 of file cvmfs_cache_null.cc.
Referenced by null_obj_info(), and null_write_txn().
string Object::description |
Definition at line 35 of file cvmfs_cache_null.cc.
Referenced by null_obj_info(), and null_start_txn().
struct cvmcache_hash Object::id |
Definition at line 31 of file cvmfs_cache_null.cc.
Referenced by null_start_txn().
int32_t Object::refcnt |
Definition at line 34 of file cvmfs_cache_null.cc.
Referenced by null_chrefcnt(), null_obj_info(), and null_start_txn().
cvmcache_object_type Object::type |
Definition at line 33 of file cvmfs_cache_null.cc.
Referenced by null_obj_info(), and null_start_txn().