From d5d8526cfa80b17bd2562fda06614659fc42a20a Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 11 Feb 2024 18:08:25 -0700 Subject: Little test to make sure unloading the plugin still works --- harness/src/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'harness/src/plugin.c') diff --git a/harness/src/plugin.c b/harness/src/plugin.c index 9b71c49..941cc01 100644 --- a/harness/src/plugin.c +++ b/harness/src/plugin.c @@ -67,6 +67,7 @@ int plugin_hot_reload(int argc, char **argv, dlhandle_t library, shx(marshalled_state, sz); if (library != plugin->library_handle) { + printf("Unloading old library handle.\n"); dlclose(plugin->library_handle); } -- cgit