aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/peer.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-08-04 19:55:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-08-04 20:29:48 +0200
commit0bbfc1a8e31c126d0dfe6a64dd3168a0e8ac9ec0 (patch)
tree728e4193c389048ea56920136af035a305efeeb7 /src/peer.h
parentreceive: move lastminute guard into timer event (diff)
downloadwireguard-monolithic-historical-0bbfc1a8e31c126d0dfe6a64dd3168a0e8ac9ec0.tar.xz
wireguard-monolithic-historical-0bbfc1a8e31c126d0dfe6a64dd3168a0e8ac9ec0.zip
timers: rename confusingly named functions and variables
Suggested-by: Mathias Hall-Andersen <mathias@hall-andersen.dk>
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peer.h b/src/peer.h
index d12c3c8..c058f59 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -38,7 +38,7 @@ struct wireguard_peer {
struct cookie latest_cookie;
struct hlist_node pubkey_hash;
u64 rx_bytes, tx_bytes;
- struct timer_list timer_retransmit_handshake, timer_send_keepalive, timer_new_handshake, timer_kill_ephemerals, timer_persistent_keepalive;
+ struct timer_list timer_retransmit_handshake, timer_send_keepalive, timer_new_handshake, timer_zero_key_material, timer_persistent_keepalive;
unsigned int timer_handshake_attempts;
unsigned long persistent_keepalive_interval;
bool timers_enabled;