]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix compilation problem with lockmgr
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 10 Dec 2009 07:47:41 +0000 (08:47 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 10 Dec 2009 07:47:41 +0000 (08:47 +0100)
bacula/src/lib/lockmgr.h

index 1fe7c16563331537db7adaddd6ca0fd9b7cbae14..405b51ede1d8573c4084b10c2a1f23c84f7a6c77 100644 (file)
@@ -195,7 +195,7 @@ int lmgr_thread_create(pthread_t *thread,
 # define lmgr_do_lock(m, prio, f, l)
 # define lmgr_do_unlock(m)
 # define lmgr_cleanup_main()
-# define bthread_mutex_set_priority(a)
+# define bthread_mutex_set_priority(a,b)
 # define bthread_mutex_lock(a)          pthread_mutex_lock(a)
 # define bthread_mutex_unlock(a)        pthread_mutex_unlock(a)
 # define lmgr_cond_wait(a,b)            pthread_cond_wait(a,b)