]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: session: move the stick counters declarations to stick_table.h
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Jun 2014 16:30:01 +0000 (18:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Jul 2014 15:26:40 +0000 (17:26 +0200)
commit5ed1bbfc75a70e0c4d4ed544c3c23e91b5a19edf
treec6e911d098a2740ae69f3254fbb306380a10c37c
parent3745950a6b976e39a6506f2424dc4d84a0c5a092
CLEANUP: session: move the stick counters declarations to stick_table.h

They're really not appropriate in session.h as they always require a
stick table, and I'm having a hard time finding them each time I need
to.
include/types/session.h
include/types/stick_table.h