X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqtxn.h;fp=src%2Fphp_pqtxn.h;h=82e497018b1974c645e45c9158536363a924f105;hp=4873d8ec56a5851023d1b975821b03bb7f1fc9fd;hb=cb69b6218d9d6e789527b3bd62c3cc37686547a3;hpb=6e28a8741be3fccdaca960e492c31bc26837a4ed diff --git a/src/php_pqtxn.h b/src/php_pqtxn.h index 4873d8e..82e4970 100644 --- a/src/php_pqtxn.h +++ b/src/php_pqtxn.h @@ -32,9 +32,7 @@ typedef struct php_pqtxn { } php_pqtxn_t; typedef struct php_pqtxn_object { - php_pqtxn_t *intern; - HashTable *prophandler; - zend_object zo; + PHP_PQ_OBJ_DECL(php_pqtxn_t *) } php_pqtxn_object_t; extern const char *php_pq_isolation_level(long *isolation);