diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h index fbb1658..5f1dd1a 100644 --- a/src/event.h +++ b/src/event.h @@ -84,6 +84,12 @@ typedef struct event { uint32_t gtid; /* Trigger word. See trigger_mask_bits.inc. */ uint32_t trigger_type; + /* Julian date. */ + uint32_t jdy; + /* Universal time (seconds). */ + uint32_t ut1; + /* Universal time (nanoseconds). */ + uint32_t ut2; /* Date (format: yyyymmdd) */ uint32_t dte; /* Time (format: hhmmsscc - cc is centisec). */ |