session: add udp start ts to eventing 37/43837/3
authorFlorin Coras <[email protected]>
Sat, 4 Oct 2025 02:54:56 +0000 (22:54 -0400)
committerDave Barach <[email protected]>
Sat, 4 Oct 2025 23:18:59 +0000 (23:18 +0000)
Type: improvement

Change-Id: Ia58359460bae71585012a21f42bcf31b0b2ea14d
Signed-off-by: Florin Coras <[email protected]>
src/vnet/session/application_eventing.h

index a42061b..e156ba0 100644 (file)
@@ -89,7 +89,8 @@ typedef struct tcp_transport_stats_
   _ (u64, bytes_out)                                                          \
   _ (u64, dgrams_out)                                                         \
   _ (u32, errors_in)                                                          \
-  _ (u16, mss)
+  _ (u16, mss)                                                                \
+  _ (f64, start_ts)
 
 typedef struct udp_transport_stats_
 {