aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index faf784ae8b..450a12ff2b 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -74,4 +74,7 @@ void help(char *command);
extern struct cmd_spec cmd_table[];
extern int cmdtable_len;
+extern struct libxl_ctx ctx;
+extern int logfile;
+
#endif /* XL_H */