TINC
Toolkit for Interactive Computation
tinc::UserInfo Struct Reference

#include <CacheManager.hpp>

Public Attributes

std::string userName
 
std::string userHash
 
std::string ip
 
uint16_t port
 
bool server {false}
 

Detailed Description

Definition at line 18 of file CacheManager.hpp.

Member Data Documentation

◆ ip

std::string tinc::UserInfo::ip

Definition at line 21 of file CacheManager.hpp.

◆ port

uint16_t tinc::UserInfo::port

Definition at line 22 of file CacheManager.hpp.

◆ server

bool tinc::UserInfo::server {false}

Definition at line 23 of file CacheManager.hpp.

◆ userHash

std::string tinc::UserInfo::userHash

Definition at line 20 of file CacheManager.hpp.

◆ userName

std::string tinc::UserInfo::userName

Definition at line 19 of file CacheManager.hpp.


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