mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Revert bit structure fields to be bits.
This commit is contained in:
@@ -114,11 +114,11 @@ typedef struct {
|
||||
|
||||
memcached_st *memc;
|
||||
|
||||
unsigned is_persistent;
|
||||
unsigned is_persistent:1;
|
||||
const char *plist_key;
|
||||
int plist_key_len;
|
||||
|
||||
unsigned compression;
|
||||
unsigned compression:1;
|
||||
|
||||
enum memcached_serializer serializer;
|
||||
} php_memc_t;
|
||||
|
||||
Reference in New Issue
Block a user