- ascon.c: bug fix

- binprot.c: enhancements
- devser.c, scriptcontext.c: introduced specifiaction of start time in poll
This commit is contained in:
2017-04-07 10:10:10 +02:00
parent c4cee85b57
commit 10cb44df85
5 changed files with 286 additions and 100 deletions

View File

@ -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)
{