summaryrefslogtreecommitdiff
path: root/ospfd/ospfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r--ospfd/ospfd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h
index 5e91e6f8e6..cdeaa38dc0 100644
--- a/ospfd/ospfd.h
+++ b/ospfd/ospfd.h
@@ -249,6 +249,8 @@ struct ospf {
struct thread *t_write;
#define OSPF_WRITE_INTERFACE_COUNT_DEFAULT 20
+ struct thread *t_default_routemap_timer;
+
int write_oi_count; /* Num of packets sent per thread invocation */
struct thread *t_read;
int fd;