]> git.proxmox.com Git - mirror_frr.git/blob - sharpd/sharp_vty.h
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / sharpd / sharp_vty.h
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * VTY library for SHARP
4 * Copyright (C) Cumulus Networks, Inc.
5 * Donald Sharp
6 */
7 #ifndef __SHARP_VTY_H__
8 #define __SHARP_VTY_H__
9
10 extern void sharp_vty_init(void);
11
12 struct vty;
13
14 extern void sharp_logpump_run(struct vty *vty, unsigned duration,
15 unsigned frequency, unsigned burst);
16
17 #endif