aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.vcxproj.filters
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/api.vcxproj.filters
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/api.vcxproj.filters')
-rw-r--r--api/api.vcxproj.filters6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/api.vcxproj.filters b/api/api.vcxproj.filters
index 682b11f..cda6b16 100644
--- a/api/api.vcxproj.filters
+++ b/api/api.vcxproj.filters
@@ -55,6 +55,9 @@
<ClInclude Include="wintun.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="atomic.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="api.c">
@@ -87,5 +90,8 @@
<ClCompile Include="adapter.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="session.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
</Project> \ No newline at end of file