summaryrefslogtreecommitdiffstats
path: root/trace/record/rtems/recordclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'trace/record/rtems/recordclient.h')
-rw-r--r--trace/record/rtems/recordclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trace/record/rtems/recordclient.h b/trace/record/rtems/recordclient.h
index 7f21d90..cb1e704 100644
--- a/trace/record/rtems/recordclient.h
+++ b/trace/record/rtems/recordclient.h
@@ -155,6 +155,7 @@ typedef struct rtems_record_client_context {
);
rtems_record_client_handler handler;
void *handler_arg;
+ size_t data_size;
uint32_t header[ 2 ];
rtems_record_client_status status;
} rtems_record_client_context;