]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: wurfl: move global settings out of the global section
authorWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 13:57:34 +0000 (14:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 21 Dec 2016 20:30:54 +0000 (21:30 +0100)
commit350c1c6886f102100e86731840ae249bcdf49687
tree050f180c9949d2ae60ee089b2717f3802dc7e133
parentb149eedd5aa4b770f940d608865672b0d418f526
CLEANUP: wurfl: move global settings out of the global section

We replaced global.wurfl with global_wurfl 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 wurfl.c. It provides a good example of
how to integrate code in the future without touching the core parts.
include/types/global.h
src/haproxy.c
src/wurfl.c