]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: 51Degrees code refactoring and cleanup
authorDragan Dosen <ddosen@haproxy.com>
Mon, 29 Jun 2015 14:43:25 +0000 (16:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 30 Jun 2015 08:43:03 +0000 (10:43 +0200)
commit93b38d9191a2f03d623cd697b509d00cd9b9d00f
tree1cec74475e83e11289c1625dba3e5f384af36659
parente44136fe69a1b4fa7346114fa4923f3a0de59aee
MEDIUM: 51Degrees code refactoring and cleanup

Moved 51Degrees code from src/haproxy.c, src/sample.c and src/cfgparse.c
into a separate files src/51d.c and include/import/51d.h.

Added two new functions init_51degrees() and deinit_51degrees(), updated
Makefile and other code reorganizations related to 51Degrees.
Makefile
README
doc/configuration.txt
include/import/51d.h [new file with mode: 0644]
include/types/global.h
src/51d.c [new file with mode: 0644]
src/cfgparse.c
src/haproxy.c
src/sample.c