SOLA
Loading...
Searching...
No Matches
timestamp_helper.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_TIMESTAMP_HELPER_H_
8#define MINHTON_TIMESTAMP_HELPER_H_
9
10#include <cstdint>
11
12namespace minhton {
13uint64_t getCurrentTime();
14}
15
16#endif // MINHTON_TIMESTAMP_HELPER_H_
Definition minhton_watchdog_ns3.cpp:24