summaryrefslogtreecommitdiffstats
path: root/lib/vty.h
diff options
context:
space:
mode:
authorChris Hall (GMCH) <chris.hall@highwayman.com>2009-12-10 21:29:13 +0000
committerChris Hall (GMCH) <chris.hall@highwayman.com>2009-12-10 21:29:13 +0000
commit224a85d77aea7077ce7aec038d7abe3bb3b049ea (patch)
tree9cfad7112b2bbc78982f62fda99a85093d1421e3 /lib/vty.h
parent3f41e4bfc9c17a17b425c1872ef99ddcc42e3e28 (diff)
parent7f6da094bad38e3593e475a81a28f1833d911c46 (diff)
downloadquagga-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 457c70d4..37436040 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -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. */