]> git.saurik.com Git - redis.git/commitdiff
Merge pull request #426 from anydot/fix-rm-vm-comments
authorSalvatore Sanfilippo <antirez@gmail.com>
Thu, 5 Apr 2012 08:54:09 +0000 (01:54 -0700)
committerSalvatore Sanfilippo <antirez@gmail.com>
Thu, 5 Apr 2012 08:54:09 +0000 (01:54 -0700)
remove mentions of VM in comments

1  2 
src/redis.h

diff --combined src/redis.h
index a3a96f39e28db0cadec7711cf5a82968757badc0,7502aa1172de7540061467a821d60844302a70bc..b386f16c969677df6355afc1f0d14d1ba53a2b02
@@@ -89,7 -89,6 +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
@@@ -828,7 -827,6 +827,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);