mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Line up the struct declaration (yes, I know this isn't what it looks
like in the header file)
This commit is contained in:
parent
516e986995
commit
a6caae6fcf
1 changed files with 6 additions and 6 deletions
|
|
@ -101,12 +101,12 @@ followed by a trace point specific structure.
|
|||
The generic header is:
|
||||
.Bd -literal
|
||||
struct ktr_header {
|
||||
int ktr_len; /* length of buf */
|
||||
short ktr_type; /* trace record type */
|
||||
pid_t ktr_pid; /* process id */
|
||||
char ktr_comm[MAXCOMLEN+1]; /* command name */
|
||||
struct timeval ktr_time; /* timestamp */
|
||||
intptr_t ktr_tid; /* was ktr_buffer */
|
||||
int ktr_len; /* length of buf */
|
||||
short ktr_type; /* trace record type */
|
||||
pid_t ktr_pid; /* process id */
|
||||
char ktr_comm[MAXCOMLEN+1]; /* command name */
|
||||
struct timeval ktr_time; /* timestamp */
|
||||
intptr_t ktr_tid; /* was ktr_buffer */
|
||||
};
|
||||
.Ed
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue