aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-10 13:49:02 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-10 13:49:02 +0100
commitdeb36502454d30eff815e09a0ade1c732366ff4c (patch)
tree8f36f6b491b8e3f91e2fdb4a15a79bb0c086b1e6 /tools/include
parentc30c55b1bc1a586494b1dbd010ccad1ae43548a6 (diff)
downloadxen-deb36502454d30eff815e09a0ade1c732366ff4c.tar.gz
xen-deb36502454d30eff815e09a0ade1c732366ff4c.tar.bz2
xen-deb36502454d30eff815e09a0ade1c732366ff4c.zip
libxc: Update for NetBSD
returns hypercall return value when ioctl was successful. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/xen-sys/NetBSD/privcmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/xen-sys/NetBSD/privcmd.h b/tools/include/xen-sys/NetBSD/privcmd.h
index d670b41475..1296b30e5f 100644
--- a/tools/include/xen-sys/NetBSD/privcmd.h
+++ b/tools/include/xen-sys/NetBSD/privcmd.h
@@ -36,6 +36,7 @@ typedef struct privcmd_hypercall
{
unsigned long op;
unsigned long arg[5];
+ long retval;
} privcmd_hypercall_t;
typedef struct privcmd_mmap_entry {