commit | 7e094451d0caffceb6b69351d33cdd76952ddc95 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 19 18:08:52 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 19 18:11:35 2018 +0100 |
tree | edf3689df737cd440efc98839fdf2b587056ab9e | |
parent | 251064b02dd3d0ce70f00accbfbc481f95661512 [diff] |
CLEANUP: mux-h2: implement h2s_notify_{send,recv} to report events to subscribers Till now we had to open-code all the manipulation of the wait_event, let's use standarized functions for this and reduce the risk of bugs.