get_next_assertion works

This commit is contained in:
Conor Patrick
2018-05-23 23:30:08 -04:00
parent a21c8058e1
commit 644ceaef63
6 changed files with 195 additions and 46 deletions

2
log.h
View File

@@ -17,6 +17,8 @@ typedef enum
TAG_PARSE= (1 << 4),
TAG_CTAP = (1 << 5),
TAG_DUMP = (1 << 6),
TAG_GREEN = (1 << 7),
TAG_RED= (1 << 8),
TAG_FILENO = (1<<31)
} LOG_TAG;