]> git.proxmox.com Git - mirror_frr.git/blob - pceplib/pcep_timers_event_loop.h
Merge pull request #12645 from gpnaveen/ospf_error_msg_enhancements
[mirror_frr.git] / pceplib / pcep_timers_event_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 PCEP_TIMERS_EVENT_LOOP_H_
16 #define PCEP_TIMERS_EVENT_LOOP_H_
17
18 #include "pcep_timer_internals.h"
19
20 void walk_and_process_timers(pcep_timers_context *timers_context);
21
22 #endif