Logo
Explore Help
Sign In
fluencelabs/redis
1
0
Fork 0
You've already forked redis
mirror of https://github.com/fluencelabs/redis synced 2025-05-15 03:51:21 +00:00
Code Issues Projects Releases Wiki Activity
redis/src/crc64.h

9 lines
128 B
C
Raw Normal View History

Introduced the Build ID in INFO and --version output. The idea is to be able to identify a build in a unique way, so for instance after a bug report we can recognize that the build is the one of a popular Linux distribution and perform the debugging in the same environment.
2012-11-29 14:20:08 +01:00
#ifndef CRC64_H
#define CRC64_H
#include <stdint.h>
uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 62ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API