X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqcancel.h;h=fb0a69eb84f65f1d6c6f81853967ddab66602b56;hb=cc619cb8b6a15e1ea14bedf713cbcd645a0ee7ca;hp=8bbd7a951ed64bd9e5559b244f3b595879e428bc;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed;p=m6w6%2Fext-pq 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;