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
commitebc1cd7a6f3871cf2741add11d3db33904628bdd (patch)
tree9700305f958027f4176ad64292c115d5daaaef24 /src/timers.h
parentpersistent keepalive: start sending immediately (diff)
downloadwireguard-monolithic-historical-ebc1cd7a6f3871cf2741add11d3db33904628bdd.tar.xz
wireguard-monolithic-historical-ebc1cd7a6f3871cf2741add11d3db33904628bdd.zip
timers: rename *authorized* functions to *authenticated*
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);