- ascon.c: bug fix
- binprot.c: enhancements - devser.c, scriptcontext.c: introduced specifiaction of start time in poll
This commit is contained in:
3
logger.c
3
logger.c
@ -1,5 +1,5 @@
|
||||
/*---------------------------------------------------------------------------
|
||||
Logger.c
|
||||
logger.c
|
||||
|
||||
Markus Zolliker, Sept 2004
|
||||
----------------------------------------------------------------------------
|
||||
@ -20,6 +20,7 @@ static Logger *list;
|
||||
static time_t lastLife = 0;
|
||||
static time_t lastWritten = 0;
|
||||
static time_t omitCheck = 0;
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
char *LoggerName(Logger * log)
|
||||
{
|
||||
|
Reference in New Issue
Block a user