MINOR: conn-stream: Add ISBACK conn-stream flag

CS_FL_ISBACK is a new flag, set on backend conn-streams. We must just be
careful to preserve this flag when the endpoint is detached from the
conn-stream.
This commit is contained in:
Christopher Faulet
2022-03-25 15:32:38 +01:00
parent 1bceee21e3
commit 3099511571
4 changed files with 4 additions and 2 deletions

View File

@@ -219,6 +219,7 @@ void show_cs_flags(unsigned int f)
printf("0\n");
return;
}
SHOW_FLAG(f, CS_FL_ISBACK);
if (f) {
printf("EXTRA(0x%08x)", f);