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 4ce22375f4
commit 2cbdab903f
5 changed files with 17 additions and 4 deletions

View File

@ -828,6 +828,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);