]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
For coverage testing use exit() instead of _exit() when termiating saving children.
[redis.git] / src / redis.h
index 9d0e19ff2c54cd7b4889d5d4c1dbbd90d4b9f6b3..e86823db835502aba58891264fb6ca9178567ce5 100644 (file)
@@ -694,6 +694,7 @@ 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);
+void exitFromChild(int retcode);
 
 /* networking.c -- Networking and Client related operations */
 redisClient *createClient(int fd);