Electroneum
infra_key Struct Reference

#include <infra.h>

Collaboration diagram for infra_key:

Public Attributes

struct sockaddr_storage addr
 
socklen_t addrlen
 
uint8_tzonename
 
size_t namelen
 
struct lruhash_entry entry
 

Detailed Description

Host information kept for every server, per zone.

Definition at line 58 of file infra.h.

Member Data Documentation

◆ addr

struct sockaddr_storage infra_key::addr

the host address.

Definition at line 60 of file infra.h.

◆ addrlen

socklen_t infra_key::addrlen

length of addr.

Definition at line 62 of file infra.h.

◆ entry

struct lruhash_entry infra_key::entry

hash table entry, data of type infra_data.

Definition at line 68 of file infra.h.

◆ namelen

size_t infra_key::namelen

length of zonename

Definition at line 66 of file infra.h.

◆ zonename

uint8_t* infra_key::zonename

zone name in wireformat

Definition at line 64 of file infra.h.


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