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:46:28 +0000 (13:46 -0400)
commit2c3f4c28698f497756f194ef88cd991e2cca6bb4
treea3ee6656899fa4b591a5688e1b7399a133b857f1
parent649fb6b3dda80cf5e321e2e6f29cfc398701f78d
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.024707 seconds and 4 git commands to generate.