From 911429455c5e0810b6c53b8724ab9e3e2af484c9 Mon Sep 17 00:00:00 2001 From: dcp1990 Date: Mon, 13 Jun 2005 01:17:54 +0000 Subject: [PATCH] Check the modem_tm flag to timeout --- include/phoned.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/phoned.h b/include/phoned.h index e79675c..f4e733f 100644 --- a/include/phoned.h +++ b/include/phoned.h @@ -3,7 +3,7 @@ * (C)2005, Dan Ponte * BSDL w/ advert. */ -/* $Amigan: phoned/include/phoned.h,v 1.8 2005/06/13 01:13:41 dcp1990 Exp $ */ +/* $Amigan: phoned/include/phoned.h,v 1.9 2005/06/13 01:17:54 dcp1990 Exp $ */ #include /* fugly, I know... */ #define VERSION "0.1" #define LOGFILE "/var/log/phoned.log" @@ -14,6 +14,7 @@ struct conf { char* cfile; char* logfile; int loglevels; + short modem_tm; char* modemdev; }; #define LL_DEBUG 0x1