iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
CleanupState Struct Reference

#include <cleanup_state.hpp>

Public Attributes

uint64_t cleanups
 The number of successful dead node cleanups.
 
uint64_t failed_cleanups
 The number of failed dead node cleanups.
 

Detailed Description

Returned by [Node::try_cleanup_dead_nodes()]. Contains the cleanup report of the call and contains the number of dead nodes that were successfully cleaned up and how many could not be cleaned up. This does not have to be an error, for instance when the current process does not have the permission to access the corresponding resources.

Definition at line 23 of file cleanup_state.hpp.

Member Data Documentation

◆ cleanups

◆ failed_cleanups

uint64_t CleanupState::failed_cleanups

The number of failed dead node cleanups.

Definition at line 27 of file cleanup_state.hpp.


The documentation for this struct was generated from the following file: