]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: add a new function proxy_find_by_id()
authorWilly Tarreau <w@1wt.eu>
Tue, 26 May 2015 13:25:32 +0000 (15:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 May 2015 14:49:44 +0000 (16:49 +0200)
commit3c56a7d94fee360aed3a3bdc618ace13790f33ea
tree9465320f7347c5513e625d631890c65115c98dbe
parent98d0485a908e9a682736575fe219c4cf02813b9b
MINOR: proxy: add a new function proxy_find_by_id()

It does the same as the other one except that it only focuses on the
numeric ID and the capabilities. It's used by proxy_find_by_name()
for numeric names.
include/proto/proxy.h
src/proxy.c