From 3a895ba794c1cf6d802c2a7bdecf171ae87f9376 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 7 Mar 2013 23:29:21 +0000 Subject: [PATCH] df/parallel.c: Fix if libvirt is not available at compile time. --- df/parallel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/df/parallel.c b/df/parallel.c index 986cc63c3..e721ceaa7 100644 --- a/df/parallel.c +++ b/df/parallel.c @@ -42,10 +42,10 @@ #include "estimate-max-threads.h" #include "parallel.h" -#define DEBUG_PARALLEL 0 - #if defined(HAVE_LIBVIRT) +#define DEBUG_PARALLEL 0 + /* Maximum number of threads we would ever run. Note this should not * be > 20, unless libvirt is modified to increase the maximum number * of clients.