|
Crinit -- Configurable Rootfs Init
|
#include <elos-common.h>

Data Fields | |
| struct timespec | date |
| Unix timestamp in nano seconds resolution. | |
| crinitElosEventSource_t | source |
| Struct containing informations about where the event originated from. | |
| crinitElosSeverityE_t | severity |
| When the message gets classified it is mapped to a severity value defined by this project. | |
| char * | hardwareid |
| An unique identifier for the hardware which produced this particular information. | |
| uint64_t | classification |
| Used to categorize events to be related to a certain context of system information. | |
| crinitElosEventMessageCodeE_t | messageCode |
| char * | payload |
| Actual payload of the information. | |
Event send to elos.
| uint64_t crinitElosEvent::classification |
Used to categorize events to be related to a certain context of system information.
| struct timespec crinitElosEvent::date |
Unix timestamp in nano seconds resolution.
| char* crinitElosEvent::hardwareid |
An unique identifier for the hardware which produced this particular information.
| crinitElosEventMessageCodeE_t crinitElosEvent::messageCode |
Used to hide information, thus an information has a meaning without providing a payload (text).
| char* crinitElosEvent::payload |
Actual payload of the information.
| crinitElosSeverityE_t crinitElosEvent::severity |
When the message gets classified it is mapped to a severity value defined by this project.
| crinitElosEventSource_t crinitElosEvent::source |
Struct containing informations about where the event originated from.