* src/xen_internal.c proxy/libvirt_proxy.c: fix Xen hypercall for

Xen-3.2, and merged its debugging with the general library facility
Daniel
This commit is contained in:
Daniel Veillard
2008-03-26 13:03:30 +00:00
parent cedd94662d
commit 94c2255d81
3 changed files with 33 additions and 26 deletions

View File

@@ -32,6 +32,11 @@
#include "xs_internal.h"
#include "xen_unified.h"
/*
* This is provided in libvirt.c when the code is part of the library
*/
int debugFlag = 0;
static int fdServer = -1;
static int debug = 0;
static int persist = 0;