Skip to content

Commit

Permalink
iox-#2330 Refactor SD notify
Browse files Browse the repository at this point in the history
  • Loading branch information
khromenokroman committed Sep 1, 2024
1 parent f1c4280 commit fe469ca
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions iceoryx_posh/include/iceoryx_posh/internal/roudi/roudi.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
#include <cstdint>
#include <thread>

#if defined(__MINGW32__) || defined(__MINGW64__)
#elif USE_SYSTEMD
#include <systemd/sd-daemon.h>
#else
#if USE_SYSTEMD
#include <systemd/sd-daemon.h>
#endif

Expand Down Expand Up @@ -143,7 +140,7 @@ class ServiceManagementSystemd final : public ServiceManagement
* @param state SDNotify state to be sent
* @return True if signal sending is successful, otherwise false
**/
bool sendSDNotifySignalHelper(const std::string_view state);
bool sendSDNotifySignalHelper(const std::string_view state) final;

/**
* @brief Function to manage the watchdog loop
Expand Down

0 comments on commit fe469ca

Please sign in to comment.