]> git.kaiwu.me - haproxy.git/commit
MINOR: pattern: Add function to prune and reload pattern list.
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 21 Mar 2014 20:45:15 +0000 (21:45 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 28 Mar 2014 12:23:07 +0000 (13:23 +0100)
commit46006bde3c7f76e2200112ec876d016cac2ac2c1
tree6b1125f17365076eadf2b1a4664a5a9ff95f6a76
parenta47a94fb139a02399f80f617d57fd96e240c2b0e
MINOR: pattern: Add function to prune and reload pattern list.

This function it is used for dynamically update all the patterns
attached to one file. This function is atomic. All parsing or indexation
failures are reported in the haproxy logs.
include/proto/pattern.h
src/pattern.c