Defined LOGFILE_DEBUG for future use. If there will be separate logfile for debug output then macro will be removed. Currently equals with LOGFILE_TRACE.

This commit is contained in:
vraatikka 2013-09-12 22:01:05 +03:00
parent 3841f95531
commit 15adf134c4

View File

@ -30,6 +30,11 @@ typedef enum {
LOGFILE_LAST = LOGFILE_TRACE
} logfile_id_t;
/**
* This is for the future where LOGFILE_DEBUG has separate file.
*/
#define LOGFILE_DEBUG LOGFILE_TRACE
typedef enum { FILEWRITER_INIT, FILEWRITER_RUN, FILEWRITER_DONE }
filewriter_state_t;