X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=php_psi.h;h=cce350390016fe3ad2b4150e4d7df63e6a6c570f;hp=0828ebeb06746e56743cad39531ee998790d8e16;hb=762750b4a3f4e0471993849c4bd12965f6b62356;hpb=f1a387482a9270a34ae684109ad8be7c104148d6 diff --git a/php_psi.h b/php_psi.h index 0828ebe..cce3503 100644 --- a/php_psi.h +++ b/php_psi.h @@ -19,9 +19,11 @@ extern zend_module_entry psi_module_entry; #include "TSRM.h" #endif +#include "context.h" + 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)