]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: da: move global settings out of the global section
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 20:25:06 +0000 (21:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 20:30:54 +0000 (21:30 +0100)
commitbee9dde31fa34a36fb1b6701042658295b744259
tree375357f9ed7112a491b25bae1a980b77cb635470
parentb7a671477fcef9d53baea026af1b198f60106d8e
CLEANUP: da: move global settings out of the global section

We replaced global.deviceatlas with global_deviceatlas since there's no need
to store all this into the global section. This removes the last #ifdefs,
and now the code is 100% self-contained in da.c. The file da.h was now
removed because it was only used to load dac.h, which is more easily
loaded directly from da.c. It provides another good example of how to
integrate code in the future without touching the core parts.
include/import/da.h [deleted file]
include/types/global.h
src/da.c
src/haproxy.c