summaryrefslogtreecommitdiffstats
path: root/src/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/json.h b/src/json.h
index 193544a..08a78d0 100644
--- a/src/json.h
+++ b/src/json.h
@@ -92,4 +92,10 @@ struct og_msg_params {
uint64_t flags;
};
+struct og_cmd_json {
+ const char *type;
+ json_t *json;
+ uint32_t flags;
+};
+
#endif