fssync-extern-loglevel-20031208
authorDerrick Brashear <shadow@dementia.org>
Mon, 8 Dec 2003 06:09:12 +0000 (06:09 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 8 Dec 2003 06:09:12 +0000 (06:09 +0000)
wanna use LogLevel to determine whether to log? make sure it's declared.

src/vol/fssync.c

index 0866310..378ef46 100644 (file)
@@ -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.