]> git.proxmox.com Git - mirror_frr.git/blame - pceplib/pcep_socket_comm_loop.h
Merge pull request #13611 from donaldsharp/logger_warn
[mirror_frr.git] / pceplib / pcep_socket_comm_loop.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: LGPL-2.1-or-later
74971473
JG
2/*
3 * This file is part of the PCEPlib, a PCEP protocol library.
4 *
5 * Copyright (C) 2020 Volta Networks https://voltanet.io/
6 *
74971473
JG
7 * Author : Javier Garcia <javier.garcia@voltanet.io>
8 *
9 */
10
11/*
12 * Timer definitions to be used internally by the pcep_timers library.
13 */
14
15#ifndef PCEPSOCKETCOMMLOOP_H_
16#define PCEPSOCKETCOMMLOOP_H_
17
18void handle_reads(pcep_socket_comm_handle *socket_comm_handle);
19
20#endif /* PCEPTIMERINTERNALS_H_ */