From cf2e99d6d68576856b36c29f48b05428ea0d7963 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Sat, 21 Sep 2002 00:09:19 -0500 Subject: ISDN: per-interface hangup timer After the preparation, switching to a per-interface timer is now trivial. --- include/linux/isdn.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/isdn.h b/include/linux/isdn.h index 213d2cbc24f4..174dee960a20 100644 --- a/include/linux/isdn.h +++ b/include/linux/isdn.h @@ -285,9 +285,10 @@ typedef struct { typedef struct isdn_net_local_s { ulong magic; char name[10]; /* Name of device */ - struct timer_list dial_timer; /* dial timeout */ + struct timer_list dial_timer; /* dial events timer */ int dial_event; /* event in case of timer expiry */ struct net_device_stats stats; /* Ethernet Statistics */ + struct timer_list hup_timer; /* auto hangup timer */ int isdn_slot; /* Index to isdn device/channel */ int ppp_slot; /* PPPD device slot number */ int pre_device; /* Preselected isdn-device */ -- cgit v1.2.3