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

#include <query.h>

Collaboration diagram for query_log_loop_args_s:

Data Fields

config_tcfg
 
channel_bss_tquery_log_channels
 
size_t query_log_channel_count
 
channel_log_tapp_log_channel
 
metrics_tmetrics
 

Detailed Description

Structure holds arguments passed to query_log_loop function.

Field Documentation

◆ app_log_channel

channel_log_t* query_log_loop_args_s::app_log_channel

Channel used to send application log messages.

◆ cfg

config_t* query_log_loop_args_s::cfg

Configuration where settings are taken from.

◆ metrics

metrics_t* query_log_loop_args_s::metrics

Structure to report metrics.

◆ query_log_channel_count

size_t query_log_loop_args_s::query_log_channel_count

Number of entries in query_log_channels array.

◆ query_log_channels

channel_bss_t* query_log_loop_args_s::query_log_channels

Array of query log channels used to exchange messages with vectorloop.


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