aboutsummaryrefslogtreecommitdiff
path: root/src/analytics/schema.peechy
diff options
context:
space:
mode:
Diffstat (limited to 'src/analytics/schema.peechy')
-rw-r--r--src/analytics/schema.peechy3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/analytics/schema.peechy b/src/analytics/schema.peechy
index ec1233c40..4ae230fa4 100644
--- a/src/analytics/schema.peechy
+++ b/src/analytics/schema.peechy
@@ -33,9 +33,10 @@ struct Uint64 {
struct EventListHeader {
Uint64 machine_id;
+ uint32 session_id;
Platform platform;
uint32 build_id;
- uint32 session_length;
+ uint32 session_length;
}
struct EventHeader {