Small fixes to include/
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 1 Apr 2019 16:17:43 +0000 (12:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:39 +0000 (18:19 -0400)
commit81fe2041f140abdb59d69febb9ecbf39f9599e08
tree7ce1e1d1df437fbdcd61d786128cbe65206a3f3e
parent98bd6ec2cbc37814f9d92372fd8e9aa2c5956489
Small fixes to include/

* Function bt_component_filter_borrow_from_self is declared, but does not
  actually exist.

* Parameters to bt_self_component_{get,set}_data are named "private",
  which is the old naming scheme.  Change that to self.

* bt_component_graph is typedef'ed to struct bt_component_graph, which
  doesn't actually exist.  struct bt_graph exists, and there's already a
  typedef for it.
include/babeltrace/graph/self-component-filter.h
include/babeltrace/graph/self-component.h
include/babeltrace/types.h
This page took 0.027366 seconds and 4 git commands to generate.