From 6746ef8cd683a5e0afa57a5fc90a28f533be68be Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Mon, 4 Jan 2010 15:09:29 +0000 Subject: Initial commit for bgp_engine branch -- seeding new files... On branch bgp_engine modified: .gitignore modified: bgpd/Makefile.am new file: bgpd/bgp.h new file: bgpd/bgp_common.c new file: bgpd/bgp_common.h new file: bgpd/bgp_connection.c new file: bgpd/bgp_connection.h modified: bgpd/bgp_debug.c new file: bgpd/bgp_engine.c new file: bgpd/bgp_engine.h modified: bgpd/bgp_fsm.c modified: bgpd/bgp_fsm.h modified: bgpd/bgp_network.c modified: bgpd/bgp_network.h new file: bgpd/bgp_notification.c new file: bgpd/bgp_notification.h modified: bgpd/bgp_open.c new file: bgpd/bgp_open_state.c new file: bgpd/bgp_open_state.h modified: bgpd/bgp_packet.c new file: bgpd/bgp_peer.c new file: bgpd/bgp_peer.h modified: bgpd/bgp_route.c new file: bgpd/bgp_session.c new file: bgpd/bgp_session.h modified: bgpd/bgp_vty.c modified: bgpd/bgp_zebra.c modified: bgpd/bgpd.c modified: bgpd/bgpd.h modified: lib/Makefile.am modified: lib/memtypes.c modified: lib/mqueue.c modified: lib/mqueue.h new file: lib/qafi_safi.h modified: lib/qpselect.c modified: lib/qpselect.h modified: lib/qpthreads.c modified: lib/qpthreads.h modified: lib/sockopt.c modified: lib/sockunion.c modified: lib/sockunion.h modified: lib/stream.c modified: lib/stream.h modified: lib/symtab.h modified: lib/zebra.h --- lib/qpthreads.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/qpthreads.h') diff --git a/lib/qpthreads.h b/lib/qpthreads.h index 2fbbea9a..aaf8e5dd 100644 --- a/lib/qpthreads.h +++ b/lib/qpthreads.h @@ -67,7 +67,7 @@ * * Early in the morning a decision may be made to enable qpthreads -- that must * be done before any threads are created (or will zabort) and before any - * mutexes and condition variables are initialised. + * mutexes and condition variables are initialised (or it will be too late). * * Use: qpthreads_enabled -- to test for the enabled-ness * qpthreads_enabled_freeze -- to test and freeze unset if not yet enabled @@ -131,7 +131,7 @@ qpt_thread_join(qpt_thread_t thread_id) ; */ private int qpthreads_enabled_flag ; /* DO NOT WRITE TO THIS PLEASE */ -private void +private int qpt_set_qpthreads_enabled(int how) ; /* qpthreads_enabled := how */ private int -- cgit v1.2.3