Fix: get encoding for char arrays and sequences
authorJulien Desfossez <jdesfossez@efficios.com>
Tue, 11 Sep 2012 02:01:58 +0000 (22:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 11 Sep 2012 02:01:58 +0000 (22:01 -0400)
commitc22b9327cbc4e6d9053f998952ea71c3227b8e36
treeace951ee1cba9ff2f81643e27e94960a2098af05
parentb14d90bea808a063c60256d649f9fa009c7bda0b
Fix: get encoding for char arrays and sequences

The bt_ctf_get_encoding works for strings and integer, but not for char
arrays or sequences. For these compound types, we need to return the
encoding of the integer contained inside. This patch adds the support of
char arrays and sequences.

Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/events.c
include/babeltrace/ctf/events.h
This page took 0.02424 seconds and 4 git commands to generate.