aboutsummaryrefslogtreecommitdiffstats
path: root/api/wintun.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/wintun.h')
-rw-r--r--api/wintun.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/api/wintun.h b/api/wintun.h
index f957fac..54c27cd 100644
--- a/api/wintun.h
+++ b/api/wintun.h
@@ -189,11 +189,14 @@ typedef _Return_type_success_(return != FALSE)
*/
typedef DWORD(WINAPI *WINTUN_GET_RUNNING_DRIVER_VERSION_FUNC)(void);
+/**
+ * Determines the level of logging, passed to WINTUN_LOGGER_CALLBACK.
+ */
typedef enum
{
- WINTUN_LOG_INFO = 0,
- WINTUN_LOG_WARN,
- WINTUN_LOG_ERR
+ WINTUN_LOG_INFO, /**< Informational */
+ WINTUN_LOG_WARN, /**< Warning */
+ WINTUN_LOG_ERR /**< Error */
} WINTUN_LOGGER_LEVEL;
/**