Fix : coherency in const parameters
authorJulien Desfossez <julien.desfossez@efficios.com>
Tue, 21 Feb 2012 15:45:14 +0000 (10:45 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 21 Feb 2012 15:45:14 +0000 (10:45 -0500)
commitda320b838f4deeaae4314c18c507ca486243b0fe
tree2cd1948227757cc8bb39de62d6ddbfc93985ee9f
parent0a264ae4393af25798e3704524b7eb1b0bed823d
Fix : coherency in const parameters

This patchs adds the const attribute to the field access functions
(get_int64 and others) in order to keep the coherency with the get_field
and get_field_list function which return a const pointer.

fixes #84

Signed-off-by: Julien Desfossez <julien.desfossez@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
formats/ctf/events.c
include/babeltrace/ctf/events.h
include/babeltrace/types.h
types/array.c
types/integer.c
types/string.c
This page took 0.024727 seconds and 4 git commands to generate.