For coverage testing use exit() instead of _exit() when termiating saving children.

This commit is contained in:
antirez
2012-04-07 12:11:23 +02:00
parent 2cf3f071a5
commit 55951f9005
5 changed files with 17 additions and 4 deletions

View 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);