summaryrefslogtreecommitdiffstats
path: root/src/rest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rest.c')
-rw-r--r--src/rest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rest.c b/src/rest.c
index 4dc7515..082a4e5 100644
--- a/src/rest.c
+++ b/src/rest.c
@@ -813,6 +813,7 @@ static int og_cmd_run_get(json_t *element, struct og_msg_params *params,
}
json_object_set_new(object, "output", output);
json_object_set_new(object, "retcode", json_integer(cli->shell.retcode));
+ json_object_set_new(object, "tstamp", json_integer(cli->shell.tstamp));
json_array_append_new(array, object);
}