]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: Add a pointer to set the parent stream
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Jul 2024 13:55:57 +0000 (15:55 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Jul 2024 14:39:38 +0000 (16:39 +0200)
commitb020bb73a07837dde9caeb876f5c39a91e485ae1
tree77b9637546d673150e75dfb0e1cffdec92af2662
parent3cdb3fa5d95afc33465f894640217ff87b0c0562
MINOR: stream: Add a pointer to set the parent stream

A pointer to a parent stream was added in the stream structure. For now,
this pointer is never set, but the idea is to have an access to a stream
environment from another one from the moment there is a parent/child
relationship betwee these streams.

Concretely, for now, there is nothing to formalize this relationship.
include/haproxy/stream-t.h
src/stream.c