Kea 3.1.5
ready_check.h
Go to the documentation of this file.
1// Copyright (C) 2025 Internet Systems Consortium, Inc. ("ISC")
2//
3// This Source Code Form is subject to the terms of the Mozilla Public
4// License, v. 2.0. If a copy of the MPL was not distributed with this
5// file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
7#ifndef READY_CHECK_H
8#define READY_CHECK_H
9
10namespace isc {
11namespace util {
12
16int selectCheck(const int fd_to_check, const unsigned int timeout_sec = 0);
17
18} // end of isc::util namespace
19} // end of isc namespace
20
21#endif // READY_CHECK_H
int selectCheck(const int fd_to_check, const unsigned int timeout_sec)
Defines the logger used by the top-level component of kea-lfc.