libkdumpfile-0.5.3
Kernel coredump file access
|
Definition of a derived attribute. More...
#include <kdumpfile-priv.h>
Data Fields | |
struct attr_template | tmpl |
Attribute template. More... | |
unsigned short | offset |
Byte offset inside the blob. More... | |
unsigned short | length |
Length in bytes. More... | |
Definition of a derived attribute.
This structure is used to translate raw binary data to an attribute value and vice versa.
unsigned short derived_attr_def::length |
Length in bytes.
unsigned short derived_attr_def::offset |
Byte offset inside the blob.
struct attr_template derived_attr_def::tmpl |
Attribute template.