summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-09-28 12:53:01 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-09-28 12:53:01 -0500
commite9858030726599e5824467524b69decd7d7bc8e0 (patch)
tree0552a3ff87932dfb9fda967453390c159b7c3647 /include/linux
parentb6a029c7ec66fc2fd2a8bdf56f92908b2b9a2b18 (diff)
ISDN: Put slot index of reserved channel into ->exclusive
We will need the index of the channel we reserved later, so override the meaning of ->exclusive.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/isdn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/isdn.h b/include/linux/isdn.h
index 71da0e809034..3c47e1e7a060 100644
--- a/include/linux/isdn.h
+++ b/include/linux/isdn.h
@@ -291,7 +291,7 @@ typedef struct isdn_net_local_s {
int ppp_slot; /* PPPD device slot number */
int pre_device; /* Preselected isdn-device */
int pre_channel; /* Preselected isdn-channel */
- int exclusive; /* If non-zero idx to reserved chan.*/
+ int exclusive; /* -1 if non excl./idx to excl chan */
int flags; /* Connection-flags */
int dialretry; /* Counter for Dialout-retries */
int dialmax; /* Max. Number of Dial-retries */