summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-03 18:27:36 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-03 18:27:36 +0000
commit7ca9fa95de4a3e657efc03a628fcb4f14956cf60 (patch)
tree560b9ca19150e58e84a9bd65f6ec8940f2fa28b7 /include
parent6153b1fcf7e517d836718a294d6e167666aec824 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 9960161..3e8f274 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -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 */