haproxy/dev/haring
Willy Tarreau 4dddbb63a0 DEV: haring: make haring not depend on the struct ring itself
haring needs to be self-sufficient about the ring format so that it continues
to build when the ring API changes. Let's import the struct ring definition
and call it "ring_v1".
2024-03-09 11:23:52 +01:00
..
haring.c DEV: haring: make haring not depend on the struct ring itself 2024-03-09 11:23:52 +01:00
README DEV: haring: update readme to suggest using the same build options for haring 2023-05-04 08:13:44 +02:00

This needs to be built from the top makefile, for example :

  make dev/haring/haring

If HAProxy is built with special options such -DDEBUG_THREAD or with
multi-threading support enabled (which changes the ring's header size),
it can be worth reusing the same build options for haring, usually they
will remain compatible, and will simplify the handling of different file
layouts, at the expense of dragging more dependencies into the executable.