]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
new option for choosing number of test clients to run
[redis.git] / src / redis.h
index f3defca47a219ad05796fa76ea9e93bc079ece79..9d0e19ff2c54cd7b4889d5d4c1dbbd90d4b9f6b3 100644 (file)
@@ -89,7 +89,6 @@
 #define REDIS_SET 2
 #define REDIS_ZSET 3
 #define REDIS_HASH 4
-#define REDIS_VMPOINTER 8
 
 /* Objects encoding. Some kind of objects like Strings and Hashes can be
  * internally represented in multiple ways. The 'encoding' field of the object
@@ -694,6 +693,7 @@ extern dictType hashDictType;
 long long ustime(void);
 long long mstime(void);
 void getRandomHexChars(char *p, unsigned int len);
+uint64_t crc64(const unsigned char *s, uint64_t l);
 
 /* networking.c -- Networking and Client related operations */
 redisClient *createClient(int fd);