
Data Fields | |
| struct dahdi_mfcr2_conf | conf |
| int | numchans |
| openr2_context_t * | protocol_context |
| struct dahdi_pvt * | pvts [SIG_MFCR2_MAX_CHANNELS] |
| pthread_t | r2master |
Definition at line 604 of file chan_dahdi.c.
| struct dahdi_mfcr2_conf conf |
Configuration used to setup this pseudo-link
Definition at line 609 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 608 of file chan_dahdi.c.
Referenced by dahdi_r2_get_link(), and mkintf().
| openr2_context_t* protocol_context |
OpenR2 context handle
Definition at line 606 of file chan_dahdi.c.
Referenced by dahdi_r2_set_context(), and mkintf().
| struct dahdi_pvt* pvts[SIG_MFCR2_MAX_CHANNELS] |
| pthread_t r2master |