Split and remove lttng-share header file
authorDavid Goulet <dgoulet@efficios.com>
Fri, 20 Jan 2012 21:30:23 +0000 (16:30 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 20 Jan 2012 21:30:23 +0000 (16:30 -0500)
commit990570edd474b304d4c935d82be6201d872025e4
tree3e7007b3cf75366903e25c768a006243217368a9
parent3cede4fe1597481f6cbf508ddf3d24e024405ed2
Split and remove lttng-share header file

This header is split into two files: defaults.h and macros.h.

A third header is introduce here which is common.h including runas.h and
macros.h which are part of the common library. Since the defaults.h
contains only defaults values, it seems ok to keep it seperate from the
common library having only macros and function calls.

Signed-off-by: David Goulet <dgoulet@efficios.com>
27 files changed:
src/bin/lttng-consumerd/lttng-consumerd.c
src/bin/lttng-sessiond/channel.c
src/bin/lttng-sessiond/kernel.c
src/bin/lttng-sessiond/main.c
src/bin/lttng-sessiond/session.c
src/bin/lttng-sessiond/trace-kernel.c
src/bin/lttng-sessiond/trace-ust.c
src/bin/lttng-sessiond/ust-app.c
src/bin/lttng-sessiond/ust-consumer.c
src/bin/lttng/command.h
src/common/Makefile.am
src/common/common.h [new file with mode: 0644]
src/common/compat/compat-epoll.c
src/common/compat/compat-poll.c
src/common/compat/poll.h
src/common/consumer.c
src/common/defaults.h [new file with mode: 0644]
src/common/hashtable/hashtable.c
src/common/kernel-consumer/kernel-consumer.c
src/common/lttng-share.h [deleted file]
src/common/macros.h [new file with mode: 0644]
src/common/sessiond-comm/sessiond-comm.c
src/common/sessiond-comm/sessiond-comm.h
src/common/ust-consumer/ust-consumer.c
src/lib/lttng-ctl/lttng-ctl.c
tests/test_kernel_data_trace.c
tests/test_ust_data_trace.c
This page took 0.028645 seconds and 5 git commands to generate.