X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;fp=src%2Fcontext.h;h=2cbe6d28afa1d1295765c0da2939c2e41daa6e85;hp=ae79f4bd6137f6b40590a549f8672227f7647259;hb=6ec1a060415f860bc3eb4c74fbce1c43f5aa7e55;hpb=de9b3ba972626195328a82bb108cac86312bd288 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);