aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-07-08 11:01:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-16 20:06:54 +0000
commit66e51bd08f5d6a43b90e0f9ba23201ed8555b789 (patch)
tree0f32ff012feb3767f55a2ffa412c55cc44b0ab44 /.clang-format
parentREADME: correct path of device (diff)
downloadwintun-66e51bd08f5d6a43b90e0f9ba23201ed8555b789.tar.xz
wintun-66e51bd08f5d6a43b90e0f9ba23201ed8555b789.zip
Switch to ring buffers for exchanging packets
This demonstrates the use of ring buffers in its simplest, purest form. No performance optimizations were made. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 0b702a7..5dbb66e 100644
--- a/.clang-format
+++ b/.clang-format
@@ -99,6 +99,7 @@ StatementMacros: [
'__drv_allocatesMem',
'__drv_freesMem',
'_Field_size_bytes_',
+ '_Function_class_'
]
TabWidth: '4'
UseTab: Never