X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Flttv%2Fmodule.h;h=679314056e4c5a78b760cb77ec3f1f9c65f2a00b;hb=a31c6b45ecaaa09fe220f4f89ca12e8ab7a16600;hp=68791a2dc8dd7ee5ada476c6bed2a72d03cb0997;hpb=224446ce9bb1b6724122cfdf4e3e716a5526af24;p=lttv.git diff --git a/ltt/branches/poly/lttv/lttv/module.h b/ltt/branches/poly/lttv/lttv/module.h index 68791a2d..67931405 100644 --- a/ltt/branches/poly/lttv/lttv/module.h +++ b/ltt/branches/poly/lttv/lttv/module.h @@ -111,7 +111,8 @@ LttvModule *lttv_module_prerequisite_get(LttvModule *m, unsigned i); LttvLibrary *lttv_library_load(char *name, GError **error); -void lttv_library_unload(LttvLibrary *l); +/* Returns 0 if library is unloaded, > 0 otherwise */ +gint lttv_library_unload(LttvLibrary *l); /* Obtain information about the library */