From: Eric Bollengier Date: Fri, 14 Aug 2009 14:12:29 +0000 (+0200) Subject: fix compilation problem reported by Dan X-Git-Tag: Release-5.0.0~332^2~37^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a7c630605e7f7044fe32dcb423d3668d338c3bd5;p=bacula%2Fbacula fix compilation problem reported by Dan --- diff --git a/bacula/src/lib/lockmgr.h b/bacula/src/lib/lockmgr.h index 173c905372..697b844838 100644 --- a/bacula/src/lib/lockmgr.h +++ b/bacula/src/lib/lockmgr.h @@ -138,9 +138,9 @@ int lmgr_thread_create(pthread_t *thread, # define lmgr_dump() # define lmgr_init_thread() # define lmgr_cleanup_thread() -# define lmgr_pre_lock(m) +# define lmgr_pre_lock(m, f, l) # define lmgr_post_lock() -# define lmgr_do_lock(m) +# define lmgr_do_lock(m, f, l) # define lmgr_do_unlock(m) # define lmgr_cleanup_main() # define P(x) lmgr_p(&(x))