Fix: Fix self-assign warning on struct ustfork_clone_info init ust/callsite
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:57:55 +0000 (15:57 -0400)
commita9128157433a0d97bb3a7551025d5b9a545970f4
tree732bd58e1b7d328b63b294ef484f175c6e59ba7a
parente8e054045fba22e9ec4aed5849962bb56a43b665
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.02474 seconds and 4 git commands to generate.