aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/noise.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/noise.h')
-rw-r--r--src/noise.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/noise.h b/src/noise.h
index 8e5cc0a..4b0ccc8 100644
--- a/src/noise.h
+++ b/src/noise.h
@@ -83,6 +83,7 @@ struct noise_handshake {
u8 hash[NOISE_HASH_LEN];
u8 chaining_key[NOISE_HASH_LEN];
+ ktime_t base_time;
u8 latest_timestamp[NOISE_TIMESTAMP_LEN];
__le32 remote_index;