summaryrefslogtreecommitdiffstats
path: root/vmchooser/inc/DataEntry.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmchooser/inc/DataEntry.h')
-rw-r--r--vmchooser/inc/DataEntry.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/vmchooser/inc/DataEntry.h b/vmchooser/inc/DataEntry.h
index 35d3091..723e2a1 100644
--- a/vmchooser/inc/DataEntry.h
+++ b/vmchooser/inc/DataEntry.h
@@ -20,22 +20,23 @@ struct DataEntry {
string creator;
string email;
string phone;
-
- string imgname;
+
+ string imgname;
ImgType imgtype;
string os;
- string network;
-
+ string icon;
+ string network;
+
bool active;
bool locked;
string pools;
string xdm;
int priority;
-
+
string command;
string xml_name;
xmlDoc* xml;
-
+
};
#endif /*DATAENTRY_H_*/