summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest.h')
-rw-r--r--src/rest.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rest.h b/src/rest.h
index 4880c6a..0fb1776 100644
--- a/src/rest.h
+++ b/src/rest.h
@@ -71,7 +71,10 @@ struct og_client {
bool autorun;
uint32_t speed;
uint32_t seq;
- const char *shell_output;
+ struct {
+ const char *output;
+ uint32_t retcode;
+ } shell;
};
void og_client_add(struct og_client *cli);