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 20:01:49 +0000 (16:01 -0400)
commit3fd2b913de202024760fc6d804510cd61760198f
treeb2c699380a488c886bf76910141d6ed66167de5c
parent1c7b4a9b7cc83f750a7d58d5e2f4894a2559f583
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.024166 seconds and 4 git commands to generate.