Check the modem_tm flag to timeout
This commit is contained in:
parent
e4d5da109e
commit
911429455c
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
* (C)2005, Dan Ponte
|
* (C)2005, Dan Ponte
|
||||||
* BSDL w/ advert.
|
* 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 <pcre.h> /* fugly, I know... */
|
#include <pcre.h> /* fugly, I know... */
|
||||||
#define VERSION "0.1"
|
#define VERSION "0.1"
|
||||||
#define LOGFILE "/var/log/phoned.log"
|
#define LOGFILE "/var/log/phoned.log"
|
||||||
|
@ -14,6 +14,7 @@ struct conf {
|
||||||
char* cfile;
|
char* cfile;
|
||||||
char* logfile;
|
char* logfile;
|
||||||
int loglevels;
|
int loglevels;
|
||||||
|
short modem_tm;
|
||||||
char* modemdev;
|
char* modemdev;
|
||||||
};
|
};
|
||||||
#define LL_DEBUG 0x1
|
#define LL_DEBUG 0x1
|
||||||
|
|
Loading…
Reference in a new issue