]> git.proxmox.com Git - mirror_frr.git/blob - pceplib/pcep_socket_comm_loop.h
bgpd: fix bgp label value when static route used
[mirror_frr.git] / pceplib / pcep_socket_comm_loop.h
1 // SPDX-License-Identifier: LGPL-2.1-or-later
2 /*
3 * This file is part of the PCEPlib, a PCEP protocol library.
4 *
5 * Copyright (C) 2020 Volta Networks https://voltanet.io/
6 *
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
18 void handle_reads(pcep_socket_comm_handle *socket_comm_handle);
19
20 #endif /* PCEPTIMERINTERNALS_H_ */