summaryrefslogtreecommitdiffstats
path: root/app/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/events.h')
-rw-r--r--app/events.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/events.h b/app/events.h
index 550277d..dc257f9 100644
--- a/app/events.h
+++ b/app/events.h
@@ -2,6 +2,7 @@
#define ERING_MASK (ERING_SIZE -1)
typedef struct {
+ uint64_t ptp;
uint32_t when;
uint32_t value;
} Event;