summaryrefslogtreecommitdiffhomepage
path: root/src/timers.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 02:29:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 02:29:38 +0200
commitd6c566c92ac3f21c75301a540da275c87ea4b745 (patch)
treea9dcb1684eb4baf7ffa7ca5c403b5b62ead6145d /src/timers.h
parenta79e13c55483d4d6b1aa7d9623e56a743bcdbb7c (diff)
persistent keepalive: add kernel mechanism
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/timers.h')
-rw-r--r--src/timers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timers.h b/src/timers.h
index c5e9678..e8acba3 100644
--- a/src/timers.h
+++ b/src/timers.h
@@ -15,5 +15,6 @@ void timers_any_authorized_packet_received(struct wireguard_peer *peer);
void timers_handshake_initiated(struct wireguard_peer *peer);
void timers_handshake_complete(struct wireguard_peer *peer);
void timers_ephemeral_key_created(struct wireguard_peer *peer);
+void timers_any_packet_sent(struct wireguard_peer *peer);
#endif