aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-12-01 13:38:18 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-12-01 13:38:18 +0000
commitfc50aaf0d87ae5a59ba849795ad7740b242f6e56 (patch)
treee6fae5c8cf73ede15f4944f7e0ba95b31d0645d8 /tools/libxc
parent1fd93d4f8cb8e3a2f5cbf27aaee7dea25842b55b (diff)
downloadxen-fc50aaf0d87ae5a59ba849795ad7740b242f6e56.tar.gz
xen-fc50aaf0d87ae5a59ba849795ad7740b242f6e56.tar.bz2
xen-fc50aaf0d87ae5a59ba849795ad7740b242f6e56.zip
xentop: Add tmem-freeable info when tmem is active
(No change to xentop output when tmem is inactive.) Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com>
Diffstat (limited to 'tools/libxc')
-rw-r--r--tools/libxc/xenctrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 9fc05bb30b..4b30398023 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -32,6 +32,7 @@
#include <xen/xsm/acm.h>
#include <xen/xsm/acm_ops.h>
#include <xen/xsm/flask_op.h>
+#include <xen/tmem.h>
#if defined(__i386__) || defined(__x86_64__)
#include <xen/foreign/x86_32.h>