commit | 8b7f8688ee89f9d4b04d9f3236f5aa70e8c35978 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Apr 04 16:29:12 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:37:31 2015 +0200 |
tree | cdb6abaa0fa2de214bb6348010dd0be0b3c0d491 | |
parent | 7698c9080ab059525602ba7ac0bae693a3ca2a58 [diff] |
MEDIUM: streams: support looking up stkctr in the session In order to support sessions tracking counters, we first ensure that there is no overlap between streams' stkctr and sessions', and we allow an automatic lookup into the session's counters when the stream doesn't have a counter or when the stream doesn't exist during an access via a sample fetch. The functions used to update the stream counters only update them and not the session counters however.