]> git.kaiwu.me - haproxy.git/commit
[MINOR] Make appsess{,ion}_refresh static
authorSimon Horman <horms@verge.net.au>
Fri, 24 Jun 2011 05:49:57 +0000 (14:49 +0900)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Jun 2011 19:07:01 +0000 (21:07 +0200)
commite869176486091c681fe8c6a33f3c2182f9a91189
tree2abd2eaaa278f1e631b145dc8d6c274533fe4c03
parent752dc4ab2dfdf5c00e6047f4b75f8957b7eeeaac
[MINOR] Make appsess{,ion}_refresh static

apsession_refresh() and apsess_refressh are only used inside apsession.c
and thus can be made static.

The only use of apsession_refresh() is appsession_task_init().
These functions have been re-ordered to avoid the need for
a forward-declaration of apsession_refresh().
include/common/appsession.h
src/appsession.c