mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 20:46:31 +00:00
crc64.c modified for incremental computation.
This commit is contained in:
@ -827,7 +827,7 @@ extern dictType hashDictType;
|
||||
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);
|
||||
uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
|
||||
void exitFromChild(int retcode);
|
||||
|
||||
/* networking.c -- Networking and Client related operations */
|
||||
|
Reference in New Issue
Block a user