]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] move global tuning options to the global structure
authorWilly Tarreau <w@1wt.eu>
Sun, 25 Jan 2009 14:42:27 +0000 (15:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Jan 2009 14:42:27 +0000 (15:42 +0100)
commit43b78999ec73e48b534ea0ceabde7749a8bd3c30
tree021a6a21b56349a32825617d76d90b24059f274b
parent65ee6be6f63fe4cd76fe9a22dfafc93ad2e24b82
[MEDIUM] move global tuning options to the global structure

The global tuning options right now only concern the polling mechanisms,
and they are not in the global struct itself. It's not very practical to
add other options so let's move them to the global struct and remove
types/polling.h which was not used for anything else.
include/types/global.h
include/types/polling.h [deleted file]
src/cfgparse.c
src/fd.c
src/haproxy.c