X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqcancel.h;h=fb0a69eb84f65f1d6c6f81853967ddab66602b56;hp=8bbd7a951ed64bd9e5559b244f3b595879e428bc;hb=cb69b6218d9d6e789527b3bd62c3cc37686547a3;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/src/php_pqcancel.h b/src/php_pqcancel.h index 8bbd7a9..fb0a69e 100644 --- a/src/php_pqcancel.h +++ b/src/php_pqcancel.h @@ -22,9 +22,7 @@ typedef struct php_pqcancel { } php_pqcancel_t; typedef struct php_pqcancel_object { - php_pqcancel_t *intern; - HashTable *prophandler; - zend_object zo; + PHP_PQ_OBJ_DECL(php_pqcancel_t *) } php_pqcancel_object_t; extern zend_class_entry *php_pqcancel_class_entry;