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