diff options
author | paulo <paul@bayleaf.org.uk> | 2009-12-16 15:46:12 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2009-12-16 15:46:12 +0000 |
commit | f5e3efd6013ee104d3310b5910607034c552e4db (patch) | |
tree | 1320e0ae2a47a267b5521adf90edfdc912d51281 /lib/qlib_init.h | |
parent | b69a458160a9ab354fb9350f605bd36310786304 (diff) | |
download | quagga-f5e3efd6013ee104d3310b5910607034c552e4db.tar.bz2 quagga-f5e3efd6013ee104d3310b5910607034c552e4db.tar.xz |
Fix race condition when threads start. Make memory stats thread safe
Run memory commands in cli thread.
Diffstat (limited to 'lib/qlib_init.h')
-rw-r--r-- | lib/qlib_init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/qlib_init.h b/lib/qlib_init.h index 3ffb64db..0d5fbd7e 100644 --- a/lib/qlib_init.h +++ b/lib/qlib_init.h @@ -22,7 +22,6 @@ #ifndef _ZEBRA_QLIB_INIT_H #define _ZEBRA_QLIB_INIT_H -#include "zassert.h" /*============================================================================== * Quagga Library Initialise/Closedown * |