The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
wesnothd::server::login_log Struct Reference

Public Member Functions

bool operator== (const login_log &l) const
 

Public Attributes

std::string ip
 
int attempts
 
std::time_t first_attempt
 

Detailed Description

Definition at line 108 of file server.hpp.

Member Function Documentation

◆ operator==()

bool wesnothd::server::login_log::operator== ( const login_log l) const
inline

Definition at line 114 of file server.hpp.

References ip.

Member Data Documentation

◆ attempts

int wesnothd::server::login_log::attempts

Definition at line 111 of file server.hpp.

◆ first_attempt

std::time_t wesnothd::server::login_log::first_attempt

Definition at line 112 of file server.hpp.

◆ ip

std::string wesnothd::server::login_log::ip

Definition at line 110 of file server.hpp.

Referenced by operator==().


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