summaryrefslogtreecommitdiff
path: root/include/dahdi/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dahdi/user.h')
-rw-r--r--include/dahdi/user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index 4cdabc4..420b75f 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -571,7 +571,8 @@ struct dahdi_spaninfo {
char manufacturer[40]; /* manufacturer of span's device */
char devicetype[40]; /* span's device type */
int irq; /* span's device IRQ */
- int linecompat; /* signaling modes possible on this span */
+ int linecompat; /* span global signaling or 0 for
+ analog spans.*/
char spantype[6]; /* type of span in text form */
} __attribute__((packed));