diff options
author | paulo <paul@bayleaf.org.uk> | 2010-02-02 12:02:31 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2010-02-02 12:02:31 +0000 |
commit | 2e009f2f26b0a00ad86dddca933bc51a9bb53858 (patch) | |
tree | 615ac6539338dfac6fc884ec58f4cea25d24d46b /bgpd/bgp_connection.c | |
parent | 3539f06bfcc040cfd42833a5a91e85999930ea1e (diff) | |
download | quagga-2e009f2f26b0a00ad86dddca933bc51a9bb53858.tar.bz2 quagga-2e009f2f26b0a00ad86dddca933bc51a9bb53858.tar.xz |
Change nexus priorities to more closely resemble the originals.
Diffstat (limited to 'bgpd/bgp_connection.c')
-rw-r--r-- | bgpd/bgp_connection.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgp_connection.c b/bgpd/bgp_connection.c index 81e83a71..b74b8cef 100644 --- a/bgpd/bgp_connection.c +++ b/bgpd/bgp_connection.c @@ -441,7 +441,6 @@ bgp_connection_queue_del(bgp_connection connection) * Process each item until its pending queue becomes empty, or its write * buffer becomes full, or it is stopped. * - * TODO: link bgp_connection_queue_process() into the bgp_engine loop. */ extern void bgp_connection_queue_process(void) |