]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
run_id added to INFO output.
[redis.git] / src / redis.h
index 3ecedd4caee200acbcfda329cbd33a68166c7680..ee1cef4c3d29982240f9ec539b4287a305576aee 100644 (file)
@@ -570,6 +570,7 @@ struct redisServer {
     char *pidfile;              /* PID file path */
     int arch_bits;              /* 32 or 64 depending on sizeof(long) */
     int cronloops;              /* Number of times the cron function run */
+    char runid[REDIS_RUN_ID_SIZE+1];  /* ID always different at every exec. */
     /* Networking */
     int port;                   /* TCP listening port */
     char *bindaddr;             /* Bind address or NULL */