]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be...
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 28 Jan 2014 15:43:36 +0000 (16:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commit7acca4b26955b22e379012cea3141aa99a4b7725
treeb58e275d0f858bf401f8dff4fcf75d369518ee3b
parent86db66a7c8499b8d16021eb35234a8a756948b86
MEDIUM: pattern: delete() function uses the pat_ref_elt to find the element to be removed

All the pattern delete function can use her reference to the original
"struct pat_ref_elt" to find the element to be remove. The functions
pat_del_list_str() and pat_del_meth() were deleted because after
applying this modification, they have the same code than pat_del_list_ptr().
include/proto/pattern.h
include/types/acl.h
include/types/pattern.h
src/pattern.c
src/proto_http.c
src/ssl_sock.c