SOLA
Loading...
Searching...
No Matches
find_end.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_MESSAGE_FIND_END_H_
8#define MINHTON_MESSAGE_FIND_END_H_
9
10namespace minhton {
12enum SearchProgress { kSearchRight, kSearchLeft, kNone, kCheckRight, kReplacementNode };
13} // namespace minhton
14#endif
Definition minhton_watchdog_ns3.cpp:24
SearchProgress
Used by the minhton join & leave algorithm to save the progress of the position finding.
Definition find_end.h:12