|
libkdumpfile-0.4.0
Kernel coredump file access
|
Attribute template. More...
#include <kdumpfile-priv.h>
Data Fields | |
| const char * | key |
| union { | |
| const struct attr_template * parent | |
| Overrides: pointer to original template. More... | |
| enum global_keyidx parent_key | |
| Global keys: attribute index in the global array. More... | |
| unsigned depth | |
| Derived attributes: number of levels below the directory that contains the corresponding blob attribute. More... | |
| }; | |
| kdump_attr_type_t | type |
| const struct attr_ops * | ops |
Attribute template.
All instances of a key share the same characteristics (such as key name and value type).
| unsigned attr_template::depth |
Derived attributes: number of levels below the directory that contains the corresponding blob attribute.
| const struct attr_template* attr_template::parent |
Overrides: pointer to original template.
| enum global_keyidx attr_template::parent_key |
Global keys: attribute index in the global array.
1.8.14