summaryrefslogtreecommitdiffstats
path: root/lib/vty.h
diff options
context:
space:
mode:
authorpaulo <paul@bayleaf.org.uk>2009-12-17 16:25:29 +0000
committerpaulo <paul@bayleaf.org.uk>2009-12-17 16:25:29 +0000
commit29e6ad6c07992d6a947d739d1665a95e817e6e9b (patch)
treed86b1aa9072cab272df2addaab69e0cb2df64851 /lib/vty.h
parent57c08de786262cfb59cbc691ac18712d0ac1e9e3 (diff)
downloadquagga-29e6ad6c07992d6a947d739d1665a95e817e6e9b.tar.bz2
quagga-29e6ad6c07992d6a947d739d1665a95e817e6e9b.tar.xz
Use static mutexes
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 3c56a0b3..577a6d50 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -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;