X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fplugin-so-internal.h;h=41544d186a9fc3e2641ceaeb046c8dd6fe931538;hb=4d2e0cb53885735aa4039fec6bdda7dbacc90944;hp=9c511769220656c6bb3796af58b0370357f7170b;hpb=a8ff38ef4b08728cd1bb93ae66a888dfbda4fbb2;p=babeltrace.git diff --git a/include/babeltrace/plugin/plugin-so-internal.h b/include/babeltrace/plugin/plugin-so-internal.h index 9c511769..41544d18 100644 --- a/include/babeltrace/plugin/plugin-so-internal.h +++ b/include/babeltrace/plugin/plugin-so-internal.h @@ -2,12 +2,8 @@ #define BABELTRACE_PLUGIN_PLUGIN_SO_INTERNAL_H /* - * BabelTrace - Babeltrace Plug-in Interface - * + * Copyright 2017-2018 Philippe Proulx * Copyright 2016 Jérémie Galarneau - * Copyright 2017 Philippe Proulx - * - * Author: Jérémie Galarneau * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -30,6 +26,7 @@ #include #include +#include struct bt_plugin; struct bt_component_class; @@ -40,7 +37,7 @@ struct bt_plugin_so_shared_lib_handle { GModule *module; /* True if initialization function was called */ - bool init_called; + bt_bool init_called; bt_plugin_exit_func exit; };