aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/mconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumm/mconsole.h')
-rw-r--r--src/dumm/mconsole.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dumm/mconsole.h b/src/dumm/mconsole.h
index 55ce15dda..a26e094e8 100644
--- a/src/dumm/mconsole.h
+++ b/src/dumm/mconsole.h
@@ -43,6 +43,11 @@ struct mconsole_t {
bool (*del_iface)(mconsole_t *this, char *guest);
/**
+ * Execute a command in the UML host.
+ */
+ bool (*exec)(mconsole_t *this, char *cmd);
+
+ /**
* @brief Destroy the mconsole instance
*/
void (*destroy) (mconsole_t *this);