X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=README;h=a381c951a376f1debab6e3583c67ba3f1cebcacb;hb=9dc7b7ff797a5cbb1e9ffd59e053a04562f306c4;hp=8eaf618ed9a28c1b150da2fa56fcf71a42f514ea;hpb=28c1bb4003ca120888a1d61d5ec71eac426ae490;p=ust.git diff --git a/README b/README index 8eaf618..a381c95 100644 --- a/README +++ b/README @@ -61,7 +61,7 @@ PACKAGE CONTENTS: - include The public header files that will be installed on the system. - - ustd + - ust-consumerd The daemon that collects trace data and writes it to the disk. - doc @@ -83,8 +83,12 @@ PACKAGE CONTENTS: A library to control tracing in other processes. Used by ustctl. - libustcomm - A static library shared between libust, ustd and libustcmd, that provides - functions that allow these components to communicate together. + A static library shared between libust, ust-consumerd and libustcmd, that + provides functions that allow these components to communicate together. + + - libustconsumer + A library to create ust consumers by registering callbacks, used by + ust-consumerd. - snprintf An asynchronous signal-safe version of snprintf.