diff options
Diffstat (limited to 'vmchooser/inc/DataEntry.h')
-rw-r--r-- | vmchooser/inc/DataEntry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vmchooser/inc/DataEntry.h b/vmchooser/inc/DataEntry.h index 82b3149..2f59615 100644 --- a/vmchooser/inc/DataEntry.h +++ b/vmchooser/inc/DataEntry.h @@ -2,6 +2,7 @@ #define DATAENTRY_H_ #include <string> +#include <libxml/tree.h> using namespace std; enum ImgType { @@ -32,6 +33,8 @@ struct DataEntry { int priority; string command; + string xml_name; + xmlDoc* xml; }; |