mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-25 14:12:13 +00:00
977209d1d8
Now it's much cleaner, both 51d.c and the dummy library live together and are easier to spot and maintain. The build howto probably ought to be moved there as well. Makefile, docs and MAINTAINERS were updated, as well as the github CI's build matrix, travis CI's, and coverity checks.
4 lines
157 B
C
4 lines
157 B
C
typedef struct cityhash_t {
|
|
// This is an empty structure to ensure a city.o is generated
|
|
// by the dummy library, it is never used.
|
|
} dummyCityHash; |