libkdumpfile-0.5.2
Kernel coredump file access
|
Shareable attribute dictionary. More...
#include <kdumpfile-priv.h>
Data Fields | |
unsigned long | refcnt |
Reference counter. More... | |
struct attr_hash | attr |
Attribute hash table. More... | |
struct attr_dict * | fallback |
Fallback dictionary if an attribute is not found. More... | |
struct attr_data * | global_attrs [NR_GLOBAL_ATTRS] |
Global attributes. More... | |
struct kdump_shared * | shared |
Dump file shared data. More... | |
Shareable attribute dictionary.
struct attr_hash attr_dict::attr |
Attribute hash table.
struct attr_dict* attr_dict::fallback |
Fallback dictionary if an attribute is not found.
struct attr_data* attr_dict::global_attrs[NR_GLOBAL_ATTRS] |
Global attributes.
unsigned long attr_dict::refcnt |
Reference counter.
struct kdump_shared* attr_dict::shared |
Dump file shared data.