mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 12:36:31 +00:00
For coverage testing use exit() instead of _exit() when termiating saving children.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user