diff options
Diffstat (limited to 'lib/libtle_l4p/tcp_stream.h')
-rw-r--r-- | lib/libtle_l4p/tcp_stream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libtle_l4p/tcp_stream.h b/lib/libtle_l4p/tcp_stream.h index 9b22b38..a33e557 100644 --- a/lib/libtle_l4p/tcp_stream.h +++ b/lib/libtle_l4p/tcp_stream.h @@ -82,6 +82,8 @@ struct tle_tcp_stream { struct stbl_entry *ste; /* entry in streams table. */ struct tcb tcb; + int32_t ts_offset; /* TS.VAL offset from TSC calculated */ + struct { void *handle; } timer; |