Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
sla_failed_station Struct Reference

A station that failed to be dialed. More...

Collaboration diagram for sla_failed_station:
Collaboration graph
[legend]

Data Fields

struct {
   struct sla_failed_station *   next
 
entry
 
struct timeval last_try
 
struct sla_stationstation
 

Detailed Description

A station that failed to be dialed.

Note
Only used by the SLA thread.

Definition at line 296 of file app_sla.c.

Field Documentation

◆ 

struct { ... } entry

◆ last_try

struct timeval last_try

Definition at line 298 of file app_sla.c.

Referenced by sla_check_failed_station(), and sla_create_failed_station().

◆ next

struct sla_failed_station* next

Definition at line 299 of file app_sla.c.

◆ station

struct sla_station* station

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