From: Philippe Proulx Date: Thu, 25 Jan 2024 17:43:20 +0000 (-0500) Subject: include/babeltrace2/types.h: remove `bt_plugin_so_shared_lib_handle` X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=7c02951ac404947096d537eee8d29ebedb643eca include/babeltrace2/types.h: remove `bt_plugin_so_shared_lib_handle` This was never meant to be public. In theory, this patch is a breaking change, but I don't see why anybody would use that type currently. Signed-off-by: Philippe Proulx Change-Id: Ib832e67cb8b71201157cf83cb7ccac980c4ee57b Reviewed-on: https://review.lttng.org/c/babeltrace/+/11711 Reviewed-by: Simon Marchi Reviewed-by: Jérémie Galarneau Reviewed-by: Michael Jeanson Tested-by: jenkins --- diff --git a/include/babeltrace2/types.h b/include/babeltrace2/types.h index 3f571fa9..5dacc495 100644 --- a/include/babeltrace2/types.h +++ b/include/babeltrace2/types.h @@ -61,7 +61,6 @@ typedef struct bt_object bt_object; typedef struct bt_packet bt_packet; typedef struct bt_plugin bt_plugin; typedef struct bt_plugin_set bt_plugin_set; -typedef struct bt_plugin_so_shared_lib_handle bt_plugin_so_shared_lib_handle; typedef struct bt_port bt_port; typedef struct bt_port_input bt_port_input; typedef struct bt_port_output bt_port_output;