This struct is defined as follows:
struct _message_id { u_int32_t slot; /* 32 LSB of the time in seconds */ u_int16_t pid; /* PID of this process */ u_int16_t counter; /* globally incremented counter */ };
To use this struct, include the file message/message_id.h
.
Was this page helpful?