diff options
author | Chris Hall (GMCH) <chris.hall@highwayman.com> | 2009-12-10 21:29:13 +0000 |
---|---|---|
committer | Chris Hall (GMCH) <chris.hall@highwayman.com> | 2009-12-10 21:29:13 +0000 |
commit | 224a85d77aea7077ce7aec038d7abe3bb3b049ea (patch) | |
tree | 9cfad7112b2bbc78982f62fda99a85093d1421e3 /lib/vty.h | |
parent | 3f41e4bfc9c17a17b425c1872ef99ddcc42e3e28 (diff) | |
parent | 7f6da094bad38e3593e475a81a28f1833d911c46 (diff) | |
download | quagga-224a85d77aea7077ce7aec038d7abe3bb3b049ea.tar.bz2 quagga-224a85d77aea7077ce7aec038d7abe3bb3b049ea.tar.xz |
Merge branch 'pthreads' of /git/quagga.euro-ix into pthreads
Diffstat (limited to 'lib/vty.h')
-rw-r--r-- | lib/vty.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ extern char integrate_default[]; extern qpt_mutex_t* vty_mutex; #ifndef NDEBUG extern int vty_lock_count; +extern int vty_lock_asserted; #endif /* Prototypes. */ |