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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:18 +0000 (00:09 -0400)
commitc55d2de9960e9bcbffa5d77fa6f4f6b9b2dc2ebd
treed74a93a523c051bc19b0443619b3e45ee9db160d
parent3bcf4772eb22ffae32f76dfb2550851d63ad1bb8
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.024168 seconds and 5 git commands to generate.