X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=liblttng-ust-fork%2Fustfork.c;fp=liblttng-ust-fork%2Fustfork.c;h=2e4c8a8fb73c167acbf1d7ade1f01e4698daf7f0;hb=02db712565d384aef3270ce9e0868810397e8bf1;hp=8fade56e84c5413bd30c679d7f3fd5c30b4e3c70;hpb=59ddbd6738770228942732d61f38a19eb7e5f341;p=lttng-ust.git diff --git a/liblttng-ust-fork/ustfork.c b/liblttng-ust-fork/ustfork.c index 8fade56e..2e4c8a8f 100644 --- a/liblttng-ust-fork/ustfork.c +++ b/liblttng-ust-fork/ustfork.c @@ -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,