Rename and export lib kernel consumer
authorDavid Goulet <david.goulet@polymtl.ca>
Sun, 14 Aug 2011 21:24:40 +0000 (17:24 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Sun, 14 Aug 2011 21:39:12 +0000 (17:39 -0400)
The old liblttkconsumerd is renamed to liblttngkconsumerd and exported
publicly having the public header "lttng/lttng-kconsumerd.h".

To link with this library, use -llttngkconsumerd.

Every public functions now begins with the "lttng_" prefix to fit the
lttng public namespace.

Comments are changed also to fit 80 lines standard and the rest of the
git tree comments.

This complete renaming was motivated by the new tool made by Julien
Desfossez called 'lttngtop' which uses the kernel consumer library to
create a custom consumer. More works will add consumers in the lttv and
babeltrace projects.

Please see lttng.org to learn about lttngtop.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>

No differences found
This page took 0.024877 seconds and 4 git commands to generate.