From 3662d75fa3a2cbe52fd9008754b1b6222342308d Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 20 Sep 2023 12:45:37 +0200 Subject: ipcpd: Broadcast destruction of DHT requests When a request is cancelled/destroyed, all blocking threads should exit. Noticed some hangs on the DHT, this seems to fix/reduce it. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 04b52c23..7b030d3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,8 +8,8 @@ project(ouroboros C) include(GNUInstallDirs) set(PACKAGE_VERSION_MAJOR 0) -set(PACKAGE_VERSION_MINOR 19) -set(PACKAGE_VERSION_PATCH 3) +set(PACKAGE_VERSION_MINOR 20) +set(PACKAGE_VERSION_PATCH 0) set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}") set(PACKAGE_DESCRIPTION "The Ouroboros prototype") -- cgit v1.2.3