commit | acc980036fd6fe4106390eb9cd213f676110c4a4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Sep 27 23:34:39 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 27 23:34:39 2015 +0200 |
tree | d7e113ac623d0946841e3345743056cda116733b | |
parent | 7c39ab4ac275e84c6a4244bcc9de1cb578fd82e5 [diff] |
MEDIUM: action: add a new flag ACT_FLAG_FIRST This flag is used by custom actions to know that they're called for the first time. The only case where it's not set is when they're resuming from a yield. It will be needed to let them know when they have to allocate some resources.