X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust-fork%2Fustfork.c;fp=liblttng-ust-fork%2Fustfork.c;h=9ed087c2eff59bc1b6dd53f37e9d6f5ce9b7e555;hb=ed753eada1b7df1283246e0f4adbd50bd45e01dc;hp=ac191971fd7b18cca7143fd79f5c1efeec00fcaf;hpb=f64d4ce513a53fb1f1b7b4d094692b167d872532;p=lttng-ust.git diff --git a/liblttng-ust-fork/ustfork.c b/liblttng-ust-fork/ustfork.c index ac191971..9ed087c2 100644 --- a/liblttng-ust-fork/ustfork.c +++ b/liblttng-ust-fork/ustfork.c @@ -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,