diff options
author | paulo <paul@bayleaf.org.uk> | 2009-12-17 15:41:58 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2009-12-17 15:41:58 +0000 |
commit | 57c08de786262cfb59cbc691ac18712d0ac1e9e3 (patch) | |
tree | b52688512b6703112245bcfd6ee63421abdc0c20 /lib/qpnexus.h | |
parent | 550bd24b6140cbf36e1bbc175d8719b1521a716e (diff) | |
download | quagga-57c08de786262cfb59cbc691ac18712d0ac1e9e3.tar.bz2 quagga-57c08de786262cfb59cbc691ac18712d0ac1e9e3.tar.xz |
Fix shutdown. Move cpu stats command to cli thread.
Diffstat (limited to 'lib/qpnexus.h')
-rw-r--r-- | lib/qpnexus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/qpnexus.h b/lib/qpnexus.h index bda5234f..7436c55d 100644 --- a/lib/qpnexus.h +++ b/lib/qpnexus.h @@ -93,5 +93,7 @@ extern qpn_nexus qpn_init_new(qpn_nexus qtn); extern qpn_nexus qpn_init_main(qpn_nexus qtn); extern qpn_nexus qpn_init_bgp(qpn_nexus qtn); extern void qpn_exec(qpn_nexus qtn); +extern void qpn_terminate(qpn_nexus qpn); +extern qpn_nexus qpn_free(qpn_nexus qpn); #endif /* _ZEBRA_QPNEXUS_H */ |