]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: da: move the converter registration to da.c
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2015 13:39:50 +0000 (15:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 11:42:12 +0000 (13:42 +0200)
commitf63386ad275749d8635c99b9ee3394179964fedb
tree6ddc58114766aa36f077863c9a074ea271a3e7f7
parentba3dd2b7e06522c657470d2df90412e77d972b81
CLEANUP: da: move the converter registration to da.c

There's no reason to put it into sample.c, it's better to register it
locally in da.c, it removes a number of ifdefs and exports.
include/import/da.h
src/da.c
src/sample.c