summaryrefslogtreecommitdiffstats
path: root/src/peer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peer.h')
-rw-r--r--src/peer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peer.h b/src/peer.h
index cf16629..15a5769 100644
--- a/src/peer.h
+++ b/src/peer.h
@@ -39,6 +39,8 @@ struct _fastd_peer {
bool established;
+ struct timespec last_resolve;
+ struct timespec last_resolve_return;
struct timespec seen;
fastd_protocol_peer_state *protocol_state;