Rename TP_LOGLEVEL to tp_loglevel
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 26 Nov 2011 01:57:56 +0000 (02:57 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 26 Nov 2011 01:57:56 +0000 (02:57 +0100)
commit8e90eb06e6106d536519009cb297c479643b4150
tree488452a0ae71ad352254ef0bff60a0f2536a7025
parent05ceaafdd290220147a1faf4ca78d440f1e279b4
Rename TP_LOGLEVEL to tp_loglevel

Within the loglevel enumeration, the entries are not separated by a
comma. To match the style used for TP_FIELDS() ctf_*() entries, use
lower-case, which denotes that these entries must not be separated by
commas.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/tracepoint.h
include/lttng/ust-tracepoint-event.h
tests/demo/ust_tests_demo.h
This page took 0.030457 seconds and 4 git commands to generate.