summaryrefslogtreecommitdiffstats
path: root/src/rest.h
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-06-21 15:11:52 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-06-21 15:12:39 +0200
commit6a65b72114809448330673c932d420739db55782 (patch)
treed1da12a70cb0ea508bbe06c315247c88503a8188 /src/rest.h
parent6cbe69e89e716f81a71f7541e2e0f036b297a2fc (diff)
rest: add timestamp to shell/output
Provide a timestamp that tells when the command output from client was received.
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 60edccb..fad2e9b 100644
--- a/src/rest.h
+++ b/src/rest.h
@@ -75,6 +75,7 @@ struct og_client {
const char *cmd;
const char *output;
uint32_t retcode;
+ time_t tstamp;
} shell;
};