From 6a65b72114809448330673c932d420739db55782 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Fri, 21 Jun 2024 15:11:52 +0200 Subject: rest: add timestamp to shell/output Provide a timestamp that tells when the command output from client was received. --- src/rest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rest.h') 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; }; -- cgit v1.2.3-18-g5258