X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/b80b1c5914435c3a013cfe9b19e39f9de35ab06e..75eaac5c7410553b089f11632c5755004a0a6665:/src/redis.h diff --git a/src/redis.h b/src/redis.h index 2fcdcb4d..66a51c83 100644 --- a/src/redis.h +++ b/src/redis.h @@ -527,6 +527,7 @@ struct redisServer { int activerehashing; /* Incremental rehash in serverCron() */ char *requirepass; /* Pass for AUTH command, or NULL */ char *pidfile; /* PID file path */ + int arch_bits; /* 32 or 64 depending on sizeof(long) */ /* Networking */ int port; /* TCP listening port */ char *bindaddr; /* Bind address or NULL */