X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/7b6410135b2bf53efcdf7ecb9f073f73f5d84918..54a7996604bd3ae1ed65e2767be7180f6fa587bf:/include/modules.h diff --git a/include/modules.h b/include/modules.h index 49539865..0c746728 100644 --- a/include/modules.h +++ b/include/modules.h @@ -45,6 +45,7 @@ struct module lt_dlhandle address; int core; /* This is int for backwards compat reasons */ int origin; /* Ditto */ + char *path; int mapi_version; void *mapi_header; /* actually struct mapi_mheader_av */ rb_dlink_node node; @@ -70,9 +71,9 @@ typedef struct { const char *hapi_name; hookfn fn; + enum hook_priority priority; } mapi_hfn_list_av1; - #define MAPI_CAP_CLIENT 1 #define MAPI_CAP_SERVER 2