Ripples 1.0
High Performant Software Architecture For Transaction Processing
Loading...
Searching...
No Matches
app_log_loop_args_s Struct Reference

#include <log_app.h>

Collaboration diagram for app_log_loop_args_s:

Data Fields

config_tcfg
 
channel_log_tapp_log_channels
 
metrics_tmetrics
 

Detailed Description

Structure holds arguments for log_app_loop() function. As log_app_loop function is started via a pthread it can only handle a single argument hence having a structure to hold all the different arguments log_app_loop needs.

Field Documentation

◆ app_log_channels

channel_log_t* app_log_loop_args_s::app_log_channels

Application log channels log messages are received on.

◆ cfg

config_t* app_log_loop_args_s::cfg

Configuration with settings to use.

◆ metrics

metrics_t* app_log_loop_args_s::metrics

Metrics object to record statistics.


The documentation for this struct was generated from the following file: