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>
Fri, 12 Apr 2019 21:26:17 +0000 (17:26 -0400)
commit140455583789085588eb150e32e6270ebde484de
tree602c460b1d0e8384636c3c25ea73a08a6b778dce
parent99a073d5d78f6434efb8e2e1e5ffb64409d37dbc
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.0255 seconds and 5 git commands to generate.