From 29e6ad6c07992d6a947d739d1665a95e817e6e9b Mon Sep 17 00:00:00 2001 From: paulo Date: Thu, 17 Dec 2009 16:25:29 +0000 Subject: Use static mutexes --- lib/vty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vty.h') 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; -- cgit v1.2.3