From 22af1ed535b4afc8db3804e72bc5adb1a1b28d60 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 25 Nov 2016 08:27:06 +0100 Subject: Added the flush command. Instead of trying to actually flush queues, we send a special command through the same queues as the other commands and can thus guarantee that the respective commands have been processed without blocking anything. --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 5ba524b..8a16af4 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -95,6 +95,7 @@ generate_flatbuffers( commands/notification commands/revisionreplayed commands/inspection + commands/flush domain/event domain/mail domain/folder @@ -130,6 +131,7 @@ install(FILES bufferadaptor.h test.h log.h + flush.h ${CMAKE_CURRENT_BINARY_DIR}/sink_export.h DESTINATION ${INCLUDE_INSTALL_DIR}/${PROJECT_NAME} COMPONENT Devel ) -- cgit v1.2.3