diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-01-23 19:16:10 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-02-07 12:21:22 +0100 |
commit | 58e9c9542342c8b4ae1cb379d93358d3146e0fb0 (patch) | |
tree | 4a2db1a7a3e589ed5fe8b42bd99f28ee9937b006 /src/peer.h | |
parent | 9d3e3ce80f90ede1d789fcd27d9dbd9c63a00761 (diff) |
timers: use simpler uninit sync technique
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/peer.h')
-rw-r--r-- | src/peer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ struct wireguard_peer { struct timer_list timer_retransmit_handshake, timer_send_keepalive, timer_new_handshake, timer_kill_ephemerals, timer_persistent_keepalive; unsigned int timer_handshake_attempts; unsigned long persistent_keepalive_interval; + bool timers_enabled; bool timer_need_another_keepalive; bool need_resend_queue; bool sent_lastminute_handshake; |