summaryrefslogtreecommitdiff
path: root/ospfd/ospf_interface.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2019-09-03 11:12:35 -0400
committerGitHub <noreply@github.com>2019-09-03 11:12:35 -0400
commita3aea4ebaf9edd9aa44ca3a85153c3c82109213c (patch)
tree61434ff6a35b68f7270f71f5b5b907ada60dafb6 /ospfd/ospf_interface.h
parent0137aeb03006b7f0eb2df575783f8ac8bcbae166 (diff)
parent36a106e0e4e4fd787df2277c35df448131fb6b77 (diff)
Merge pull request #4907 from donaldsharp/ospf_write_q
ospfd: Do not turn on write thread unless we have something in it
Diffstat (limited to 'ospfd/ospf_interface.h')
-rw-r--r--ospfd/ospf_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h
index b88d405875..0c903954d3 100644
--- a/ospfd/ospf_interface.h
+++ b/ospfd/ospf_interface.h
@@ -285,7 +285,6 @@ extern void ospf_if_update_params(struct interface *, struct in_addr);
extern int ospf_if_new_hook(struct interface *);
extern void ospf_if_init(void);
-extern void ospf_if_stream_set(struct ospf_interface *);
extern void ospf_if_stream_unset(struct ospf_interface *);
extern void ospf_if_reset_variables(struct ospf_interface *);
extern int ospf_if_is_enable(struct ospf_interface *);