summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2022-01-17 11:39:53 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2022-01-18 10:48:59 +0100
commitb8b3839bba75a96acc852d83b02434d921b0e065 (patch)
tree08732b81edd372aed2efda2b506f6a1ff9fd98a0 /src/rest.h
parenteaf7ed9da0aba4353d6aeda351553aa47fa6d2a5 (diff)
#915 remove temporary file to store shell output
Remove legacy behaviour, store it in the client object instead of a temporary file.
Diffstat (limited to 'src/rest.h')
-rw-r--r--src/rest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.h b/src/rest.h
index 6cbf224..fb1c1b6 100644
--- a/src/rest.h
+++ b/src/rest.h
@@ -61,6 +61,7 @@ struct og_client {
unsigned int last_cmd_id;
bool autorun;
uint32_t speed;
+ const char *shell_output;
};
void og_client_add(struct og_client *cli);