MySQL 26.7.0
Source Code Documentation
http::server::Server::RateLimitedLogState Struct Reference

Public Attributes

std::chrono::steady_clock::time_point next_log_time {}
 
uint64_t suppressed_logs {0}
 
std::optional< net::steady_timersummary_timer
 
bool summary_scheduled {false}
 

Member Data Documentation

◆ next_log_time

std::chrono::steady_clock::time_point http::server::Server::RateLimitedLogState::next_log_time {}

◆ summary_scheduled

bool http::server::Server::RateLimitedLogState::summary_scheduled {false}

◆ summary_timer

std::optional<net::steady_timer> http::server::Server::RateLimitedLogState::summary_timer

◆ suppressed_logs

uint64_t http::server::Server::RateLimitedLogState::suppressed_logs {0}

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