aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/timers.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 20:30:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-08 20:30:57 +0200
commit8a4a28ebedde10ff6345df6f954299d2247aa19f (patch)
treeeef56fabe1162faaf1d7a9aebafe43b2254417a6 /src/timers.h
parentpersistent keepalive: start sending immediately (diff)
downloadwireguard-linux-compat-8a4a28ebedde10ff6345df6f954299d2247aa19f.tar.xz
wireguard-linux-compat-8a4a28ebedde10ff6345df6f954299d2247aa19f.zip
timers: rename *authorized* functions to *authenticated*
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/timers.h')
-rw-r--r--src/timers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timers.h b/src/timers.h
index e8acba3..69bd10f 100644
--- a/src/timers.h
+++ b/src/timers.h
@@ -11,7 +11,7 @@ void timers_uninit_peer_wait(struct wireguard_peer *peer);
void timers_data_sent(struct wireguard_peer *peer);
void timers_data_received(struct wireguard_peer *peer);
-void timers_any_authorized_packet_received(struct wireguard_peer *peer);
+void timers_any_authenticated_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);