From 6dc76e27f0a2993db0e360ceaf5ad9426966e0b3 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 8 Dec 2003 06:09:12 +0000 Subject: [PATCH] fssync-extern-loglevel-20031208 wanna use LogLevel to determine whether to log? make sure it's declared. --- src/vol/fssync.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vol/fssync.c b/src/vol/fssync.c index 08663108c..378ef4674 100644 --- a/src/vol/fssync.c +++ b/src/vol/fssync.c @@ -137,6 +137,8 @@ static int FindHandler_r(); static int RemoveHandler(); static void GetHandler(fd_set * fdsetp, int *maxfdp); +extern int LogLevel; + /* * This lock controls access to the handler array. The overhead * is minimal in non-preemptive environments. -- 2.39.5