Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


sla_station_ref Struct Reference

A reference to a station. More...

Collaboration diagram for sla_station_ref:

Data Fields

struct {
   struct sla_station_ref *   next
entry
unsigned int mark:1
struct sla_stationstation

Detailed Description

A reference to a station.

This struct looks near useless at first glance. However, its existence in the list of stations in sla_trunk means that this station references that trunk. We use the mark to keep track of whether it needs to be removed from the sla_trunk's list of stations during a reload.

Definition at line 881 of file app_meetme.c.


Field Documentation

struct { ... } entry
unsigned int mark

Mark used during reload processing

Definition at line 885 of file app_meetme.c.

Referenced by sla_add_trunk_to_station(), sla_trunk_is_marked(), and sla_trunk_mark().

Definition at line 882 of file app_meetme.c.


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