]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
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 08663108cd3042661644c0574e436b64b19d875f..378ef4674cbe364893dbb46a9d2ec98ac2136b6c 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.