]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Added a server.arch_bits field instead of computing it at runtime for INFO.
[redis.git] / src / redis.h
index 2fcdcb4d98d476333a87678a519f4b80470ff687..66a51c835f80ef0b82a98e5ec4e66f55036ec928 100644 (file)
@@ -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 */