plugins/ctf/fs-src/fs.c: "msgier" -> "notifier"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 18 Dec 2018 14:54:49 +0000 (09:54 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:37 +0000 (18:19 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
plugins/ctf/fs-src/fs.c

index da242fd06a9631314b5adab3c35ed68ca63b7c40..46086905259d8d9869249b60892a978b60eda76f 100644 (file)
@@ -341,7 +341,7 @@ void ctf_fs_trace_destroy(struct ctf_fs_trace *ctf_fs_trace)
 }
 
 static
-void ctf_fs_trace_destroy_msgier(void *data)
+void ctf_fs_trace_destroy_notifier(void *data)
 {
        struct ctf_fs_trace *trace = data;
        ctf_fs_trace_destroy(trace);
@@ -1374,7 +1374,7 @@ struct ctf_fs_component *ctf_fs_create(
        }
 
        ctf_fs->traces = g_ptr_array_new_with_free_func(
-                       ctf_fs_trace_destroy_msgier);
+                       ctf_fs_trace_destroy_notifier);
        if (!ctf_fs->traces) {
                goto error;
        }
This page took 0.025026 seconds and 4 git commands to generate.