dahdi: Change dahdi_chan.nextslave from index to a pointer.
Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9600 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
@@ -424,7 +424,7 @@ struct dahdi_chan {
|
||||
|
||||
struct dahdi_chan *master; /*!< Our Master channel (could be us) */
|
||||
/*! \brief Next slave (if appropriate) */
|
||||
int nextslave;
|
||||
struct dahdi_chan *nextslave;
|
||||
|
||||
u_char *writechunk; /*!< Actual place to write to */
|
||||
u_char swritechunk[DAHDI_MAX_CHUNKSIZE]; /*!< Buffer to be written */
|
||||
|
||||
Reference in New Issue
Block a user