|
Linux Kernel
3.7.1
|
#include <logger.h>
Data Fields | |
| __u16 | len |
| __u16 | __pad |
| __s32 | pid |
| __s32 | tid |
| __s32 | sec |
| __s32 | nsec |
| char | msg [0] |
struct logger_entry - defines a single entry that is given to a logger : The length of the payload : Two bytes of padding that appear to be required : The generating process' process ID : The generating process' thread ID : The number of seconds that have elapsed since the Epoch : The number of nanoseconds that have elapsed since : The message that is to be logged
1.8.2