aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:35:12 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-28 09:35:12 +0100
commitb140baacc3f44286593c232c1df61f6b1b3ad52f (patch)
treebbb8268ef2bf193519761b98685abf1076dc5449 /tools/libxl/xl.h
parent1fe4b0e07c2ed1d521dfabc6f3f564932fcf3224 (diff)
downloadxen-b140baacc3f44286593c232c1df61f6b1b3ad52f.tar.gz
xen-b140baacc3f44286593c232c1df61f6b1b3ad52f.tar.bz2
xen-b140baacc3f44286593c232c1df61f6b1b3ad52f.zip
xl: Allow control of logging level.
The -v option, which must come before the xl command, increases the logging level each time it is supplied. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index 8b3644cb01..3144a64e0d 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -77,6 +77,6 @@ extern struct cmd_spec cmd_table[];
extern int cmdtable_len;
extern struct libxl_ctx ctx;
-extern xentoollog_logger *logger;
+extern xentoollog_logger_stdiostream *logger;
#endif /* XL_H */