5 changed files with 6 additions and 4 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
uint64 timestamp # time since system start (microseconds) |
||||
|
||||
uint8[50] text |
||||
char[50] text |
||||
uint8 severity # log level (same as in the linux kernel, starting with 0) |
||||
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
||||
uint64 timestamp # time since system start (microseconds) |
||||
uint8[100] cmd |
||||
char[100] cmd |
||||
uint32 MAX_STRLEN = 100 |
||||
uint32 strlen |
||||
uint32 sequence |
||||
|
Loading…
Reference in new issue