iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
cleanup_state.hpp
Go to the documentation of this file.
1
// Copyright (c) 2026 Contributors to the Eclipse Foundation
2
//
3
// See the NOTICE file(s) distributed with this work for additional
4
// information regarding copyright ownership.
5
//
6
// This program and the accompanying materials are made available under the
7
// terms of the Apache Software License 2.0 which is available at
8
// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
9
// which is available at https://opensource.org/licenses/MIT.
10
//
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
12
13
#ifndef IOX2_CLEANUP_STATE_HPP
14
#define IOX2_CLEANUP_STATE_HPP
15
16
#include <cstdint>
17
23
struct
CleanupState
{
25
uint64_t
cleanups
;
27
uint64_t
failed_cleanups
;
28
};
29
30
#endif
CleanupState
Definition
cleanup_state.hpp:23
CleanupState::cleanups
uint64_t cleanups
The number of successful dead node cleanups.
Definition
cleanup_state.hpp:25
CleanupState::failed_cleanups
uint64_t failed_cleanups
The number of failed dead node cleanups.
Definition
cleanup_state.hpp:27
iox2
cleanup_state.hpp
Generated by
1.9.8