diff options
author | paulo <paul@bayleaf.org.uk> | 2009-12-17 16:25:29 +0000 |
---|---|---|
committer | paulo <paul@bayleaf.org.uk> | 2009-12-17 16:25:29 +0000 |
commit | 29e6ad6c07992d6a947d739d1665a95e817e6e9b (patch) | |
tree | d86b1aa9072cab272df2addaab69e0cb2df64851 /lib/vty.h | |
parent | 57c08de786262cfb59cbc691ac18712d0ac1e9e3 (diff) | |
download | quagga-29e6ad6c07992d6a947d739d1665a95e817e6e9b.tar.bz2 quagga-29e6ad6c07992d6a947d739d1665a95e817e6e9b.tar.xz |
Use static mutexes
Diffstat (limited to 'lib/vty.h')
-rw-r--r-- | lib/vty.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ do { /* Exported variables */ extern char integrate_default[]; -extern qpt_mutex_t* vty_mutex; +extern qpt_mutex_t vty_mutex; #ifndef NDEBUG extern int vty_lock_count; extern int vty_lock_asserted; |