summaryrefslogtreecommitdiffstats
path: root/trace/record/rtems/recordclient.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-27 08:30:43 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-27 08:48:28 +0200
commit3f45f38fc88abc9c6a662176cb46191145204a46 (patch)
tree180d0ddf7f41151301ff684400562a7ec8d41555 /trace/record/rtems/recordclient.h
parentrecord: Add CPU to idle thread names (diff)
downloadrtems-tools-3f45f38fc88abc9c6a662176cb46191145204a46.tar.bz2
record: Add data size to client
This is necessary to get the thread names properly on 32-bit and 64-bit targets. Update #3665.
Diffstat (limited to '')
-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;