]> jfr.im git - solanum.git/blobdiff - include/modules.h
Merge pull request #328 from edk0/capability-put-ownerdata
[solanum.git] / include / modules.h
index 4953986597c6c1b00b162e2964e813009bdcb08e..0c74672894d9ce9fa10c1911a45116658e341dec 100644 (file)
@@ -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<mapi_version> */
        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