summaryrefslogtreecommitdiffstats
path: root/lib/qpnexus.c
diff options
context:
space:
mode:
authorpaulo <paul@bayleaf.org.uk>2010-01-21 14:53:26 +0000
committerpaulo <paul@bayleaf.org.uk>2010-01-21 14:53:26 +0000
commit0543006c11cd6e092e390b203dac1dcc8b26fd06 (patch)
tree22b7ba595a1bc472775e032263529741986408d7 /lib/qpnexus.c
parent305c1b3dd35748bc949a139ce8db03f7f5552cde (diff)
downloadquagga-0543006c11cd6e092e390b203dac1dcc8b26fd06.tar.bz2
quagga-0543006c11cd6e092e390b203dac1dcc8b26fd06.tar.xz
Fixes to get 3 threads working. Fixes to get threaded command working.
Removed some of the temporary debuggery in qtimers that only worked in 1 thread. Initialised the mqueue mutex. Stopped peer_index from zeroizing its mutex after it had been initialized.
Diffstat (limited to 'lib/qpnexus.c')
-rw-r--r--lib/qpnexus.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/qpnexus.c b/lib/qpnexus.c
index a350a274..731190b6 100644
--- a/lib/qpnexus.c
+++ b/lib/qpnexus.c
@@ -134,9 +134,6 @@ qpn_exec(qpn_nexus qpn)
*
* 5) Timers -- qtimers
*
- * 6) Legacy threads. To deal with legacy timer mechanism.
- *
- *
*/
static void*
qpn_start(void* arg)