diff options
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); |