commit | 7cb9e6c6ba5fd264e43cc963a72594809e8af38f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 17 19:40:40 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 6cf567f70db70a4f948c7bf2e8a1d8cdb0cf6bc7 | |
parent | c105492bf5b84b8b55a5c03fdce70fdd85d456bd [diff] [blame] |
CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" These are the stream connectors, let's give them consistent names. The patch is large (405 locations) but totally trivial.
diff --git a/src/flt_spoe.c b/src/flt_spoe.c index 88d2d84..c96341d 100644 --- a/src/flt_spoe.c +++ b/src/flt_spoe.c
@@ -1241,7 +1241,7 @@ stream_set_backend(s, agent->b.be); /* applet is waiting for data */ - cs_cant_get(s->csf); + cs_cant_get(s->scf); s->do_log = NULL; s->res.flags |= CF_READ_DONTWAIT;