Make only libust and libustconsumer use a signal safe usterr.h
authorNils Carlson <nils.carlson@ericsson.com>
Mon, 4 Apr 2011 10:49:56 +0000 (12:49 +0200)
committerNils Carlson <nils.carlson@ericsson.com>
Mon, 4 Apr 2011 15:13:22 +0000 (17:13 +0200)
commit30ffe2794fc413035208cdd2a7a061bc208e210f
tree601392b6d259e3bc570faaccad632ba5f4355209
parent8b6984b8b5c6fb912c2cf3495d322f01a5bbc8eb
Make only libust and libustconsumer use a signal safe usterr.h

Copy usterr.h to usterr_signal_safe.h and rewrite those parts of
usterr.h that depended on libustsnprintf. This removes the dependency
on libustsnprintf from all parts of ust except libust.

Signed-off-by: Nils Carlson <nils.carlson@ericsson.com>
Acked-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
18 files changed:
TODO
include/usterr.h
include/usterr_signal_safe.h [new file with mode: 0644]
libust/buffers.c
libust/buffers.h
libust/channels.c
libust/marker-control.c
libust/marker.c
libust/serialize.c
libust/trace_event.c
libust/tracectl.c
libust/tracepoint.c
libust/tracer.c
libustconsumer/libustconsumer.c
libustconsumer/lowlevel.c
tests/hello/Makefile.am
tests/hello/hello.c
tests/register_test/register_test.c
This page took 0.026633 seconds and 4 git commands to generate.