|
Shared Persistent Heap Data Environment Manual
1.1.0
|
Fields defining the entry header details word. More...
#include <sphlfentry.h>
Public Attributes | |
| unsigned int | valid: 1 |
| unsigned int | timestamped: 1 |
| unsigned int | allocated: 1 |
| unsigned int | __reserved: 1 |
| unsigned int | category: 12 |
| unsigned int | subcat: 8 |
| unsigned int | len: 8 |
Fields defining the entry header details word.
| unsigned int sphLFEntryLayout_t::__reserved |
reserved
| unsigned int sphLFEntryLayout_t::allocated |
Boolean that indicates this entry is allocated.
| unsigned int sphLFEntryLayout_t::category |
Application defined Event category code
| unsigned int sphLFEntryLayout_t::len |
Length of this entry
| unsigned int sphLFEntryLayout_t::subcat |
Application defined Event sub-category code
| unsigned int sphLFEntryLayout_t::timestamped |
Boolean: Indicates that this entry is time stamped.
| unsigned int sphLFEntryLayout_t::valid |
Boolean: Indicates that this entry is valid (complete).
1.8.9.1