aboutsummaryrefslogtreecommitdiffstats
path: root/api/pch.h
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-24 08:28:17 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:51:01 +0100
commit4b8f879fd6e41b06da2b580b0444e9ad31063f1e (patch)
tree81903eda7fee0f7fcf0a05bdad5f159df43d2c7b /api/pch.h
parentapi: allow Debug build packaging (diff)
downloadwintun-4b8f879fd6e41b06da2b580b0444e9ad31063f1e.tar.xz
wintun-4b8f879fd6e41b06da2b580b0444e9ad31063f1e.zip
api: add ring management
Rather than every client reinvent the art of using the Wintun and its ring buffers, we offer helper structs and functions to unify and simplify Wintun usage. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'api/pch.h')
-rw-r--r--api/pch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/pch.h b/api/pch.h
index 2c89a90..a4320e4 100644
--- a/api/pch.h
+++ b/api/pch.h
@@ -6,6 +6,7 @@
#pragma once
#include "adapter.h"
+#include "atomic.h"
#include "api.h"
#include "driver.h"
#include "logger.h"