Plugin development API: use self enumeration and plugin types
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Dec 2018 20:47:12 +0000 (15:47 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commita21d1cb8acfbed4d36ab6e74eefe64305d7587ef
treed74a93a523c051bc19b0443619b3e45ee9db160d
parent9724cce968cb98c1d74da7445b84ab6f4ddf560b
Plugin development API: use self enumeration and plugin types

This is similar to a component class method accepting a self component
object.

The self plugin API is empty for the moment, but we might want to add
functions which do not apply to plugin or const plugin objects later
(for example, a function to set a self plugin's private data).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace/plugin/plugin-dev.h
lib/plugin/plugin-so.c
tests/lib/test-plugin-plugins/minimal.c
This page took 0.024233 seconds and 4 git commands to generate.