]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: global: add the DeviceAtlas required elements to struct global
authorDavid Carlier <dcarlier@afilias.info>
Mon, 1 Jun 2015 11:53:01 +0000 (13:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 11:24:49 +0000 (13:24 +0200)
commit88d13cbf4db9247ea96aef7fb1c29d5bd4f15043
tree5c1d91e7accfdaa179c873fca29d5b4ef79fc0df
parent8167f30661a012037aab2e097894701351e832a0
MEDIUM: global: add the DeviceAtlas required elements to struct global

This diff is the raw C struct definition of all DeviceAtlas module
data needed added to the main global struct haproxy configuration.
The three first members are needed for both init and deinit phases
as some dynamic memory allocations are done.
The useragentid serves to hold during the whole lifecycle of the
module the User-Agent HTTP Header identifier from the DeviceAtlas
data during the init process.
include/types/global.h