Introduce API compatibility macros
[lttng-ust.git] / src / lib / lttng-ust-python-agent / lttng_ust_python.c
index f2efb4ea6c3d4d66de61712a67faa0317464caae..9782f512ca0e08d08ee5aab08fbc536fa7f44900 100644 (file)
@@ -20,6 +20,6 @@ void py_tracepoint(const char *asctime, const char *msg,
                const char *logger_name, const char *funcName, unsigned int lineno,
                unsigned int int_loglevel, unsigned int thread, const char *threadName)
 {
-       tracepoint(lttng_python, event, asctime, msg, logger_name, funcName,
+       lttng_ust_tracepoint(lttng_python, event, asctime, msg, logger_name, funcName,
                        lineno, int_loglevel, thread, threadName);
 }
This page took 0.023293 seconds and 4 git commands to generate.