summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.h
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-10-06 20:37:32 +0200
committerGuillaume Knispel <gknispel@proformatique.com>2010-10-06 20:41:29 +0200
commite80b2c259ae67c6a312515cfdd720bace54a3f37 (patch)
tree16cd63737e42c4fbb82d42060a07a278c0919eaa /xhfc/xhfc.h
parent2adaf031f34fbeae57dcb740dc30c3e4644ba9ab (diff)
fix/add/tune comments
Diffstat (limited to 'xhfc/xhfc.h')
-rw-r--r--xhfc/xhfc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xhfc/xhfc.h b/xhfc/xhfc.h
index b2aac2b..e713477 100644
--- a/xhfc/xhfc.h
+++ b/xhfc/xhfc.h
@@ -93,11 +93,11 @@ struct xhfc_span {
struct xhfc* xhfc;
- struct dahdi_chan* chans[CHANS_PER_SPAN]; /* B1, B2, D, E */
- struct dahdi_chan _chans[CHANS_PER_SPAN]; /* B1, B2, D, E */
- unsigned char writechunk[CHANS_PER_SPAN * DAHDI_CHUNKSIZE];
- unsigned char readchunk[CHANS_PER_SPAN * DAHDI_CHUNKSIZE];
- /* Same as in DAHDI's for sameness reasons */
+ struct dahdi_chan* chans[CHANS_PER_SPAN]; /* B1, B2, D */
+ struct dahdi_chan _chans[CHANS_PER_SPAN]; /* B1, B2, D */
+ unsigned char writechunk[CHANS_PER_SPAN * DAHDI_CHUNKSIZE]; // looks strange
+ unsigned char readchunk[CHANS_PER_SPAN * DAHDI_CHUNKSIZE]; // looks strange
+ /* Same as in DAHDI's for sameness reasons XXX which are??? */
struct dahdi_span span;
int ts; /* PCM timeslot */