diff options
Diffstat (limited to 'src/peer.h')
-rw-r--r-- | src/peer.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ struct wg_peer { u16 persistent_keepalive_interval; bool timer_need_another_keepalive; bool sent_lastminute_handshake; - struct timespec walltime_last_handshake; + struct timespec64 walltime_last_handshake; struct kref refcount; struct rcu_head rcu; struct list_head peer_list; |