Small fixes to include/
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 1 Apr 2019 16:17:43 +0000 (12:17 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit532d0c1b5a2816a45969f4aef72f60b4971fba0b
treebc68d85fa3bdec40ebe53bcae04351c36fa59873
parente214aefe02458931926c04d4cb793c825696d15c
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.037648 seconds and 5 git commands to generate.