X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2Ftester-lib.cpp;h=bc893ccf11f2bb2e76034d51138eb0e1a1d436be;hb=b57809aaef8d884f645f808f66ad56c30afd6d01;hp=8fb90a0767844be5b18a0769a5eb4478ea3a676e;hpb=5f836e39f04c7c90439b1306ccc73b20c9c95957;p=lttng-ust.git diff --git a/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp b/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp index 8fb90a07..bc893ccf 100644 --- a/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp +++ b/doc/examples/cmake-multiple-shared-libraries/tester-lib.cpp @@ -25,7 +25,7 @@ #include "tester-lib.h" #include "tracepoint-provider.h" -void testAlignment(const std::string & alignment) +void test_alignment(const std::string &alignment) { - tracepoint(gydle_om, testAlignment, alignment.c_str()); + tracepoint(gydle_om, test_alignment, alignment.c_str()); }