From 3c9e159c7e700a48aff29b83374039c3bdf1e909 Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Sun, 26 Jun 2022 13:10:56 +0300 Subject: Refactor subscribe/unsubscribe --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') diff --git a/common.h b/common.h index 8b1a0127..0ae19a2d 100644 --- a/common.h +++ b/common.h @@ -289,7 +289,7 @@ typedef struct { int persistent; int watching; zend_string *persistent_id; - + HashTable *subs; redis_serializer serializer; int compression; int compression_level; -- cgit v1.2.3