summaryrefslogtreecommitdiff
path: root/rustlibd/wrapper.h.in
blob: 1aaca7f5093dadf8df93aee7ec934a74530637ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * September 9 2024, Christian Hopps <chopps@labn.net>
 *
 * Copyright (C) 2024 LabN Consulting, L.L.C.
 */
#include "config.h"
/* #include "typesafe.h" */
/* #include "frratomic.h" */
/* #include "sigevent.h" */
/* #include "privs.h" */

/* #include "log.h" */
/* #include "getopt.h" */
/* #include "module.h" */
/* #include "hook.h" */
/* #include "northbound.h" */

#include <lib/zebra.h>

#include <lib/frr_pthread.h>
#include <lib/libfrr.h>
#include <lib/log.h>
#include <lib/mgmt_msg_native.h>