diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-02-08 22:13:52 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-02-08 22:13:52 +0300 |
commit | cab382db088d9f240253466a1c5a26c62f3967c8 (patch) | |
tree | c5502f1b49211dccd3e29e163e708708495a6407 /include/kv.h | |
parent | 3eeee14d5d5c93ae3d156aabae5a96d1c09f185a (diff) |
TODO: Implement multiplexing in worker threads (UDP loops), implement
channel_pool interface.
Diffstat (limited to 'include/kv.h')
-rw-r--r-- | include/kv.h | 1 |
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: */ |