|
CX Framework
Cross-platform C utility framework
|
Shared lifecycle base for all flow filters. More...
#include <filter.h>
Shared lifecycle base for all flow filters.
Holds the notification slot and the one lifecycle verb every concrete filter must implement besides its data-plane transform. A stage carries no chain link: the flow owns the chain as an ordered array and releases every stage when it is torn down. Not instantiable directly; use a concrete stream or datagram filter.