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)
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>

No differences found
This page took 0.025096 seconds and 4 git commands to generate.