mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
df/parallel.c: Fix if libvirt is not available at compile time.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user