Rename ust app function for better semantic
[lttng-tools.git] / lttng-sessiond / event.c
index 407f8441c60bb7ffd8bae71448498879738b47b3..c7331956f91e486a5f2a06caf3f8b20f71d53f26 100644 (file)
@@ -260,10 +260,10 @@ int event_ust_enable_tracepoint(struct ltt_ust_session *usess, int domain,
        {
                if (to_create) {
                        /* Create event on all UST registered apps for session */
-                       ret = ust_app_create_event_all(usess, uchan, uevent);
+                       ret = ust_app_create_event_glb(usess, uchan, uevent);
                } else {
                        /* Enable event on all UST registered apps for session */
-                       ret = ust_app_enable_event_all(usess, uchan, uevent);
+                       ret = ust_app_enable_event_glb(usess, uchan, uevent);
                }
 
                if (ret < 0) {
This page took 0.023063 seconds and 4 git commands to generate.