Cleanup: don't use GNU old-style field designator extension
[lttng-ust.git] / liblttng-ust-fork / ustfork.c
index ac191971fd7b18cca7143fd79f5c1efeec00fcaf..9ed087c2eff59bc1b6dd53f37e9d6f5ce9b7e555 100644 (file)
@@ -107,7 +107,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.023756 seconds and 4 git commands to generate.