summaryrefslogtreecommitdiffstats
path: root/cpukit/include/t.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-10-01 14:16:34 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-10-11 08:55:49 +0200
commitb406d071ec043529407f5ce4cb0fe7d71d805cc1 (patch)
tree34661169cc9ed7f6566cc5c125d216096406ca14 /cpukit/include/t.h
parentttest01: Adjust SPDX-License-Identifier (diff)
downloadrtems-b406d071ec043529407f5ce4cb0fe7d71d805cc1.tar.bz2
libtest: Do all output in test runner
This ensures that lines are output atomically if they are produced by different other contexts, e.g. interrupts, other processors, other threads. Update #3199.
Diffstat (limited to 'cpukit/include/t.h')
-rw-r--r--cpukit/include/t.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/t.h b/cpukit/include/t.h
index c5e3792ec1..5dbf1e00b5 100644
--- a/cpukit/include/t.h
+++ b/cpukit/include/t.h
@@ -2199,6 +2199,8 @@ typedef void (*T_putchar)(int, void *);
typedef struct {
const char *name;
+ char *buf;
+ size_t buf_size;
T_putchar putchar;
void *putchar_arg;
T_verbosity verbosity;