summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index c6e25cb..133e2e0 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -167,6 +167,7 @@ struct fastd_config {
char *log_syslog_ident;
fastd_log_file_t *log_files;
+ unsigned keepalive_timeout;
unsigned keepalive_interval;
unsigned peer_stale_time;
unsigned eth_addr_stale_time;
@@ -277,6 +278,7 @@ struct fastd_context {
fastd_peer_t *peers;
fastd_peer_t *peers_temp;
fastd_queue_t task_queue;
+ struct timespec next_keepalives;
int resolverfd;
int resolvewfd;