Fix: Fix self-assign warning on struct ustfork_clone_info init
authorChristian Babeux <christian.babeux@efficios.com>
Tue, 23 Oct 2012 19:57:55 +0000 (15:57 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Oct 2012 19:58:27 +0000 (15:58 -0400)
commit29865d1ccafc065d07e0de67b196790ed36ab396
tree665cf1d5b1f25a92670b7fecdec37b2965b4962a
parent7a673d9947d11a37d08be89a5c157afdfd377f9f
Fix: Fix self-assign warning on struct ustfork_clone_info init

Use the proper field designator syntax (C99) to initialize the
ustfork_clone_info struct.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-fork/ustfork.c
This page took 0.023957 seconds and 4 git commands to generate.