Data Fields | |
int | monitored_count |
int | numchans |
openr2_context_t * | protocol_context |
dahdi_pvt * | pvts [SIG_MFCR2_MAX_CHANNELS] |
pthread_t | r2master |
Definition at line 528 of file chan_dahdi.c.
int monitored_count |
Number of channels being monitored
Definition at line 533 of file chan_dahdi.c.
Referenced by dahdi_r2_get_link(), and dahdi_r2_set_context().
int numchans |
Number of channels in this R2 block
Definition at line 532 of file chan_dahdi.c.
openr2_context_t* protocol_context |
OpenR2 context handle
Definition at line 530 of file chan_dahdi.c.
Referenced by dahdi_r2_set_context().
Member channel pvt structs
Definition at line 531 of file chan_dahdi.c.
pthread_t r2master |