add wallet channel

This commit is contained in:
Conor Patrick
2018-07-07 22:43:06 -04:00
parent fbbf430152
commit 7df04964cc
20 changed files with 2067 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ typedef enum
TAG_TIME= (1 << 11),
TAG_HID = (1 << 12),
TAG_USB = (1 << 13),
TAG_WALLET = (1 << 14),
TAG_FILENO = (1<<31)
} LOG_TAG;