struct streaming_action
Overview
Action that needs to be done for messages of a certain type More…
#include <logger_stream_rules.h> struct streaming_action { // fields const streaming_rule* rule; int listeners[LOG_MAX_LISTENERS]; size_t listeners_num; };
Detailed Documentation
Action that needs to be done for messages of a certain type
Fields
const streaming_rule* rule
Streaming rule
int listeners[LOG_MAX_LISTENERS]
Listeners that need to receive the result
size_t listeners_num
Number of listeners