Introduce API compatibility macros
[lttng-ust.git] / tests / compile / ctf-types / ctf-types.c
index c93c5177fced1e720613ff98dac581522d149a60..6b6021db0f5d8374d7277bcd9d8bfd0e225047c9 100644 (file)
@@ -23,12 +23,12 @@ int main(int argc, char **argv)
 
        fprintf(stderr, "Tracing... ");
        for (i = 0; i < 100; i++) {
-               tracepoint(ust_tests_ctf_types, tptest, i, i % 6,
+               lttng_ust_tracepoint(ust_tests_ctf_types, tptest, i, i % 6,
                        i % 21);
        }
 
        for (i = 0; i < 10; i++) {
-               tracepoint(ust_tests_ctf_types, tptest_bis, i, i % 6);
+               lttng_ust_tracepoint(ust_tests_ctf_types, tptest_bis, i, i % 6);
        }
        fprintf(stderr, " done.\n");
        return 0;
This page took 0.024309 seconds and 4 git commands to generate.