X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;h=2cbe6d28afa1d1295765c0da2939c2e41daa6e85;hp=ae79f4bd6137f6b40590a549f8672227f7647259;hb=cffcbdd1df9f6d5dcf78f49a3d1b44cefe21b2f5;hpb=53495ef4bd0321f7f92dd05eef8e01b90d7b415a diff --git a/src/context.h b/src/context.h index ae79f4b..2cbe6d2 100644 --- a/src/context.h +++ b/src/context.h @@ -43,6 +43,8 @@ enum psi_context_query { }; struct psi_context_ops { + ZEND_RESULT_CODE (*load)(void); + void (*free)(void); void (*init)(struct psi_context *C); void (*dtor)(struct psi_context *C); zend_function_entry *(*compile)(struct psi_context *C);