diff options
Diffstat (limited to 'sbin/iked/iked.h')
-rw-r--r-- | sbin/iked/iked.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/iked/iked.h b/sbin/iked/iked.h index 89d491aba29..9717489714c 100644 --- a/sbin/iked/iked.h +++ b/sbin/iked/iked.h @@ -1,4 +1,4 @@ -/* $OpenBSD: iked.h,v 1.225 2024/01/15 15:29:00 tobhe Exp $ */ +/* $OpenBSD: iked.h,v 1.226 2024/01/24 10:09:07 tobhe Exp $ */ /* * Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de> @@ -99,6 +99,7 @@ struct ctl_conn { uint8_t flags; #define CTL_CONN_NOTIFY 0x01 struct imsgev iev; + uint32_t peerid; }; TAILQ_HEAD(ctl_connlist, ctl_conn); |