Asterisk - The Open Source Telephony Project
21.4.1
|
A reference to a station. More...
Data Fields | |
struct { | |
struct sla_station_ref * next | |
} | entry |
unsigned int | mark:1 |
struct sla_station * | station |
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.