SOLA
Loading...
Searching...
No Matches
algorithm_types_container.h
1// Copyright The SOLA Contributors
2//
3// Licensed under the MIT License.
4// For details on the licensing terms, see the LICENSE file.
5// SPDX-License-Identifier: MIT
6
7#ifndef MINHTON_UTILS_ALGORITHMS_TYPE_CONTAINER_H_
8#define MINHTON_UTILS_ALGORITHMS_TYPE_CONTAINER_H_
9
10#include "minhton/core/constants.h"
11
12namespace minhton {
13
15 JoinAlgorithms join;
16 LeaveAlgorithms leave;
17 SearchExactAlgorithms search_exact;
18 ResponseAlgorithms response;
19 BootstrapAlgorithms bootstrap;
20};
21
22} // namespace minhton
23
24#endif
Definition minhton_watchdog_ns3.cpp:24
Definition algorithm_types_container.h:14