diff options
author | Uros Majstorovic <majstor@majstor.org> | 2024-06-06 22:33:46 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2024-06-06 22:33:46 +0200 |
commit | 4a6d383192ac59195cfe927f5a0b1eb104da5550 (patch) | |
tree | 67a787120f0332f619ee333b1b9f65393acfc563 /ecp/src/platform | |
parent | 109f39e09630409a30a9f4e8183f539c499f07ba (diff) |
open / keyx sync implemented; vconn close fixed; rendezvous hashing fixed
Diffstat (limited to 'ecp/src/platform')
-rw-r--r-- | ecp/src/platform/posix/features_tmpl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp/src/platform/posix/features_tmpl.mk b/ecp/src/platform/posix/features_tmpl.mk index 2887e08..85f22e3 100644 --- a/ecp/src/platform/posix/features_tmpl.mk +++ b/ecp/src/platform/posix/features_tmpl.mk @@ -1,4 +1,5 @@ with_pthread = yes +with_sync = yes with_htable = yes with_vconn = yes with_dir = yes |