diff options
Diffstat (limited to 'src/json.h')
-rw-r--r-- | src/json.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ struct og_msg_params { struct og_partition partition_setup[OG_PARTITION_MAX]; struct og_sync_params sync_setup; struct og_schedule_time time; + struct og_image image; const char *task_id; uint64_t flags; }; |