Fix: ctf_enum_value() does not work with g++
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 28 Jun 2016 23:11:04 +0000 (19:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 Jun 2016 17:47:42 +0000 (13:47 -0400)
commit73d2b7cba6bc5c468190cfba5290d0002a3d23ab
treeade8ab7228ff355288528b1180325d6a2fb10612
parentf476594bd7211c08ef13a71ddd73c93e6fc8aa72
Fix: ctf_enum_value() does not work with g++

g++ does not support non-trivial designated initializers like
C99 does, thus the fields must be initialized in order
in ctf_enum_value().

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-tracepoint-event.h
This page took 0.024822 seconds and 4 git commands to generate.