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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vmchooser/inc/DataEntry.h b/vmchooser/inc/DataEntry.h
index cc8460c..82b3149 100644
--- a/vmchooser/inc/DataEntry.h
+++ b/vmchooser/inc/DataEntry.h
@@ -25,11 +25,13 @@ struct DataEntry {
string network;
bool active;
+ bool locked;
+ string password;
string pools;
string xdm;
int priority;
- string command;
+ string command;
};