Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/
authorJan Blunck <jblunck@suse.de>
Sun, 25 Oct 2009 13:57:47 +0000 (14:57 +0100)
committerJan Blunck <jblunck@suse.de>
Sun, 25 Oct 2009 14:09:30 +0000 (15:09 +0100)
commitfbca6b624335eef18c8d86194aeb101a720168f4
tree42c2e4511dec7ac8c8c09d9da96bb1fec03c4ab3
parent93d0f2eaff675059588e958e3de74a1bb7dd4028
Move kernelcompat.h to include/ust/ and share.h, usterr.h to include/

kernelcompat.h is included by marker.h and tracepoint.h therefore it should
be in include/ust/ as well. Move shared headers to include/ as well.

Signed-off-by: Jan Blunck <jblunck@suse.de>
35 files changed:
Makefile.am
include/Makefile.am
include/share.h [new file with mode: 0644]
include/ust/kernelcompat.h [new file with mode: 0644]
include/ust/marker.h
include/ust/tracepoint.h
include/usterr.h [new file with mode: 0644]
java/Makefile.am
libinterfork/Makefile.am
libinterfork/interfork.c
libmallocwrap/Makefile.am
libust/Makefile.am
libust/channels.c
libust/channels.h
libust/marker-control.c
libust/marker.c
libust/relay.c
libust/serialize.c
libust/tracepoint.c
libust/tracer.c
libust/tracer.h
libust/tracercore.c
libust/tracercore.h
share/kernelcompat.h [deleted file]
share/share.h [deleted file]
share/usterr.h [deleted file]
tests/basic/Makefile.am
tests/basic_long/Makefile.am
tests/fork/Makefile.am
tests/hello/Makefile.am
tests/hello/hello.c
tests/hello2/Makefile.am
ustctl/Makefile.am
ustd/Makefile.am
ustd/ustd.c
This page took 0.026359 seconds and 4 git commands to generate.