aboutsummaryrefslogtreecommitdiffstats
path: root/include/kv.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-02-08 22:13:52 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-02-08 22:13:52 +0300
commitcab382db088d9f240253466a1c5a26c62f3967c8 (patch)
treec5502f1b49211dccd3e29e163e708708495a6407 /include/kv.h
parent3eeee14d5d5c93ae3d156aabae5a96d1c09f185a (diff)
Implemented multiplexing in main thread (TCP loop). Removed CMake files.HEADmaster
TODO: Implement multiplexing in worker threads (UDP loops), implement channel_pool interface.
Diffstat (limited to 'include/kv.h')
-rw-r--r--include/kv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kv.h b/include/kv.h
index ff28ce3..52f27b5 100644
--- a/include/kv.h
+++ b/include/kv.h
@@ -5,3 +5,4 @@
#define KV_SERVER_ADDRESS_INT ((95 << 24) | (164 << 16) | (2 << 8) | (199 << 0))
#endif // JUSTANOTHERCATGIRL_KV_H
+/* vim: set ts=8 noet: */