Omega Security Services 0.7.3

Link Struct Reference

#include <core.h>

Data Fields

time_t linktime
char name [MAXSERV+2]
char desc [512]
char sid [15]
char linked [MAXSERV+2]
int num
int eos
time_t lastpong
struct links_ * next
struct links_ * prev
struct links_ * leafs
struct links_ * uplink

Detailed Description

LINK STRUCT

Definition at line 207 of file core.h.


Field Documentation

char desc[512]

Definition at line 212 of file core.h.

int eos

Definition at line 220 of file core.h.

Referenced by new_serv(), Run(), and update_eos().

time_t lastpong

Definition at line 222 of file core.h.

Referenced by ev_ping().

struct links_* leafs

Definition at line 226 of file core.h.

char linked[MAXSERV+2]

Definition at line 216 of file core.h.

time_t linktime

Definition at line 208 of file core.h.

Referenced by new_serv().

char name[MAXSERV+2]
struct links_* next

Definition at line 224 of file core.h.

int num

Definition at line 218 of file core.h.

struct links_ * prev

Definition at line 224 of file core.h.

char sid[15]

Definition at line 214 of file core.h.

Referenced by ev_ping(), find_serv(), new_serv(), Run(), and sendto_one_numeric().

struct links_* uplink

Definition at line 228 of file core.h.

Referenced by burst_local_servers(), exit_all_servs(), exit_serv(), new_serv(), and uplink_cleanup().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines