Cleanup: don't use GNU old-style field designator extension
[lttng-ust.git] / liblttng-ust-fork / ustfork.c
index 8fade56e84c5413bd30c679d7f3fd5c30b4e3c70..2e4c8a8fb73c167acbf1d7ade1f01e4698daf7f0 100644 (file)
@@ -109,7 +109,7 @@ int clone(int (*fn)(void *), void *child_stack, int flags, void *arg, ...)
                                tls, ctid);
        } else {
                /* Creating a real process, we need to intervene. */
-               struct ustfork_clone_info info = { fn: fn, arg: arg };
+               struct ustfork_clone_info info = { fn = fn, arg = arg };
 
                ust_before_fork(&info.sigset);
                retval = plibc_func(clone_fn, child_stack, flags, &info,
This page took 0.023406 seconds and 4 git commands to generate.