summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/recordclient.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-17 13:25:57 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-17 19:01:14 +0200
commit2ef2c14f8ae87bc97aee48247987f0c2edc5dcd6 (patch)
tree9dffcc8ba1e2e53730ce3dbda6b55c0bfcf448ce /cpukit/include/rtems/recordclient.h
parentrecord: Improve overflow handling (diff)
downloadrtems-2ef2c14f8ae87bc97aee48247987f0c2edc5dcd6.tar.bz2
record: Increase client robustness
Do nothing after errors.
Diffstat (limited to 'cpukit/include/rtems/recordclient.h')
-rw-r--r--cpukit/include/rtems/recordclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/include/rtems/recordclient.h b/cpukit/include/rtems/recordclient.h
index d6fe5b8056..35963bd87c 100644
--- a/cpukit/include/rtems/recordclient.h
+++ b/cpukit/include/rtems/recordclient.h
@@ -152,6 +152,7 @@ typedef struct rtems_record_client_context {
rtems_record_client_handler handler;
void *handler_arg;
uint32_t header[ 2 ];
+ rtems_record_client_status status;
} rtems_record_client_context;
/**