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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 3 May 2019 22:19:37 +0000 (18:19 -0400)
commitc87507697361a8fc914110c514b25e1376bae90f
tree93dad3f020c8bf98207bb7fedb0fd39c0235f5d5
parent0ae0312778afa2af80693f950b72db1b810ce3de
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.025451 seconds and 4 git commands to generate.