lib: metadata: add missing non-const borrowing accessors
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 15 Mar 2019 22:03:01 +0000 (18:03 -0400)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit740faaf49474c4127165a73f0eacd921d1daf145
tree6f4476845b52943fe9a47452103f52cca5430d4f
parentca9f27f38f8da50caeb4f963c31d1797b635bb89
lib: metadata: add missing non-const borrowing accessors

Add a few missing non-const borrowing accessors in the metadata part of
trace IR. They are not strictly needed for anything written in C
(because since you own the non-const object, you typically don't need to
read a property that you set yourself), but they will help make some
binding wrapper APIs symmetrical.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/trace-ir/event-class.h
include/babeltrace/trace-ir/field-class.h
include/babeltrace/trace-ir/stream-class.h
lib/trace-ir/event-class.c
lib/trace-ir/field-class.c
lib/trace-ir/stream-class.c
This page took 0.02468 seconds and 4 git commands to generate.