Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
logger_entry Struct Reference

#include <logger.h>

Data Fields

__u16 len
 
__u16 __pad
 
__s32 pid
 
__s32 tid
 
__s32 sec
 
__s32 nsec
 
char msg [0]
 

Detailed Description

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

Definition at line 33 of file logger.h.

Field Documentation

__u16 __pad

Definition at line 35 of file logger.h.

__u16 len

Definition at line 34 of file logger.h.

char msg[0]

Definition at line 40 of file logger.h.

__s32 nsec

Definition at line 39 of file logger.h.

Definition at line 36 of file logger.h.

__s32 sec

Definition at line 38 of file logger.h.

__s32 tid

Definition at line 37 of file logger.h.


The documentation for this struct was generated from the following file: