diff options
Diffstat (limited to 'src/rest.h')
-rw-r--r-- | src/rest.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ struct og_client { const char *cmd; const char *output; uint32_t retcode; + time_t tstamp; } shell; }; |
index : ogServer | ||
OpenGnsys server | opengnsys@soleta.eu |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/rest.h | 1 |
@@ -75,6 +75,7 @@ struct og_client { const char *cmd; const char *output; uint32_t retcode; + time_t tstamp; } shell; }; |