X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=4be402729382bf8be7b713fce16a0060db7347ae;hp=0828ebeb06746e56743cad39531ee998790d8e16;hb=4a49fe2f8eb21cdeabb06acec7a0395b6708d911;hpb=f1a387482a9270a34ae684109ad8be7c104148d6 diff --git a/php_psi.h b/php_psi.h index 0828ebe..4be4027 100644 --- a/php_psi.h +++ b/php_psi.h @@ -21,7 +21,7 @@ extern zend_module_entry psi_module_entry; ZEND_BEGIN_MODULE_GLOBALS(psi) char *directory; - void *context; + PSI_Context context; ZEND_END_MODULE_GLOBALS(psi); #define PSI_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(psi, v)