mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 23:11:33 +00:00
@ -1029,7 +1029,7 @@ long long mstime(void);
|
||||
void getRandomHexChars(char *p, unsigned int len);
|
||||
uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
|
||||
void exitFromChild(int retcode);
|
||||
size_t popcount(void *s, long count);
|
||||
size_t popcount_binary(void *s, long count);
|
||||
void redisSetProcTitle(char *title);
|
||||
|
||||
/* networking.c -- Networking and Client related operations */
|
||||
|
Reference in New Issue
Block a user