]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: converter: Add mjson library.
authorAlex <al-git001@none.at>
Thu, 15 Apr 2021 11:46:25 +0000 (13:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 Apr 2021 15:05:38 +0000 (17:05 +0200)
commit41007a6835fe29f865e01d8fbeb96114c0d01828
treec695c551ef3ee11cac373748673d6a1bd7961f56
parenta8bdf2b655d99bc11c8bfc1f09c0a69b6f6dc662
MINOR: sample: converter: Add mjson library.

This library is required for the subsequent patch which adds
the JSON query possibility.

It is necessary to change the include statement in "src/mjson.c"
because the imported includes in haproxy are in "include/import"

orig: #include "mjson.h"
new:  #include <import/mjson.h>
Makefile
include/import/mjson.h [new file with mode: 0644]
src/mjson.c [new file with mode: 0644]