mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 11:50:21 +00:00
*: Convert event.h to frrevent.h
We should probably prevent any type of namespace collision with something else. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
cd9d053741
commit
24a58196dd
@ -8,7 +8,7 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
|
|||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "privs.h"
|
#include "privs.h"
|
||||||
#include "sigevent.h"
|
#include "sigevent.h"
|
||||||
#include "lib/version.h"
|
#include "lib/version.h"
|
||||||
|
@ -29,7 +29,7 @@ Copyright 2011, 2012 by Matthieu Boutier and Juliusz Chroboczek
|
|||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "nexthop.h"
|
#include "nexthop.h"
|
||||||
|
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "lib/network.h"
|
#include "lib/network.h"
|
||||||
#include "lib/printfrr.h"
|
#include "lib/printfrr.h"
|
||||||
#include "lib/stream.h"
|
#include "lib/stream.h"
|
||||||
#include "lib/event.h"
|
#include "lib/frrevent.h"
|
||||||
|
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
#include "bfddp_packet.h"
|
#include "bfddp_packet.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "vrf.h"
|
#include "vrf.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "pullwr.h"
|
#include "pullwr.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "ringbuf.h"
|
#include "ringbuf.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "network.h" // for ERRNO_IO_RETRY
|
#include "network.h" // for ERRNO_IO_RETRY
|
||||||
#include "stream.h" // for stream_get_endp, stream_getw_from, str...
|
#include "stream.h" // for stream_get_endp, stream_getw_from, str...
|
||||||
#include "ringbuf.h" // for ringbuf_remain, ringbuf_peek, ringbuf_...
|
#include "ringbuf.h" // for ringbuf_remain, ringbuf_peek, ringbuf_...
|
||||||
#include "event.h" // for EVENT_OFF, EVENT_ARG, thread...
|
#include "frrevent.h" // for EVENT_OFF, EVENT_ARG, thread...
|
||||||
|
|
||||||
#include "bgpd/bgp_io.h"
|
#include "bgpd/bgp_io.h"
|
||||||
#include "bgpd/bgp_debug.h" // for bgp_debug_neighbor_events, bgp_type_str
|
#include "bgpd/bgp_debug.h" // for bgp_debug_neighbor_events, bgp_type_str
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "zclient.h"
|
#include "zclient.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include <lib/version.h>
|
#include <lib/version.h>
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "smux.h"
|
#include "smux.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "sockopt.h"
|
#include "sockopt.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "lib/json.h"
|
#include "lib/json.h"
|
||||||
#include "zclient.h"
|
#include "zclient.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "zclient.h"
|
#include "zclient.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "workqueue.h"
|
#include "workqueue.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "bgpd/bgpd.h"
|
#include "bgpd/bgpd.h"
|
||||||
#include "bgpd/bgp_table.h"
|
#include "bgpd/bgp_table.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "smux.h"
|
#include "smux.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "smux.h"
|
#include "smux.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "smux.h"
|
#include "smux.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "routemap.h"
|
#include "routemap.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "lib_vty.h"
|
#include "lib_vty.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "zclient.h"
|
#include "zclient.h"
|
||||||
#include "routemap.h"
|
#include "routemap.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "lib/json.h"
|
#include "lib/json.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "ringbuf.h"
|
#include "ringbuf.h"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include "lib/memory.h"
|
#include "lib/memory.h"
|
||||||
#include "lib/log.h"
|
#include "lib/log.h"
|
||||||
#include "lib/skiplist.h"
|
#include "lib/skiplist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "lib/stream.h"
|
#include "lib/stream.h"
|
||||||
#include "lib/lib_errors.h"
|
#include "lib/lib_errors.h"
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#ifndef QUAGGA_HGP_RFAPI_IMPORT_H
|
#ifndef QUAGGA_HGP_RFAPI_IMPORT_H
|
||||||
#define QUAGGA_HGP_RFAPI_IMPORT_H
|
#define QUAGGA_HGP_RFAPI_IMPORT_H
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These are per-rt-import-list
|
* These are per-rt-import-list
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#define _QUAGGA_VNC_VNC_EXPORT_TABLE_H_
|
#define _QUAGGA_VNC_VNC_EXPORT_TABLE_H_
|
||||||
|
|
||||||
#include "lib/table.h"
|
#include "lib/table.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "lib/vty.h"
|
#include "lib/vty.h"
|
||||||
|
|
||||||
#include "bgpd/bgpd.h"
|
#include "bgpd/bgpd.h"
|
||||||
|
@ -56,7 +56,7 @@ Basic boilerplate:
|
|||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
#include "libfrr.h"
|
#include "libfrr.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
|
|
||||||
static int module_late_init(struct event_loop *master)
|
static int module_late_init(struct event_loop *master)
|
||||||
{
|
{
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include <lib/version.h>
|
#include <lib/version.h>
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <net-snmp/net-snmp-config.h>
|
#include <net-snmp/net-snmp-config.h>
|
||||||
#include <net-snmp/net-snmp-includes.h>
|
#include <net-snmp/net-snmp-includes.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
|
|
||||||
#include "isisd/isis_constants.h"
|
#include "isisd/isis_constants.h"
|
||||||
#include "isisd/isis_common.h"
|
#include "isisd/isis_common.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include "monotime.h"
|
#include "monotime.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include <lib/version.h>
|
#include <lib/version.h>
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include "plist.h"
|
#include "plist.h"
|
||||||
#include "routemap.h"
|
#include "routemap.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
|
||||||
#include "isis_constants.h"
|
#include "isis_constants.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "queue.h"
|
#include "queue.h"
|
||||||
#include "openbsd-tree.h"
|
#include "openbsd-tree.h"
|
||||||
#include "imsg.h"
|
#include "imsg.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "qobj.h"
|
#include "qobj.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "filter.h"
|
#include "filter.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "vrf.h"
|
#include "vrf.h"
|
||||||
#include "zclient.h"
|
#include "zclient.h"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "log_vty.h"
|
#include "log_vty.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "frrcu.h"
|
#include "frrcu.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include "frratomic.h"
|
#include "frratomic.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "frrcu.h"
|
#include "frrcu.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
#include <zmq.h>
|
#include <zmq.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "frr_zmq.h"
|
#include "frr_zmq.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#ifndef _FRRZMQ_H
|
#ifndef _FRRZMQ_H
|
||||||
#define _FRRZMQ_H
|
#define _FRRZMQ_H
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include <zmq.h>
|
#include <zmq.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -33,7 +33,7 @@ struct rusage_t {
|
|||||||
#endif
|
#endif
|
||||||
struct timeval real;
|
struct timeval real;
|
||||||
};
|
};
|
||||||
#define RUSAGE_T struct rusage_t
|
#define RUSAGE_T struct rusage_t
|
||||||
|
|
||||||
#define GETRUSAGE(X) event_getrusage(X)
|
#define GETRUSAGE(X) event_getrusage(X)
|
||||||
|
|
||||||
@ -118,10 +118,10 @@ struct event {
|
|||||||
struct timeval sands; /* rest of time sands value. */
|
struct timeval sands; /* rest of time sands value. */
|
||||||
} u;
|
} u;
|
||||||
struct timeval real;
|
struct timeval real;
|
||||||
struct cpu_event_history *hist; /* cache pointer to cpu_history */
|
struct cpu_event_history *hist; /* cache pointer to cpu_history */
|
||||||
unsigned long yield; /* yield time in microseconds */
|
unsigned long yield; /* yield time in microseconds */
|
||||||
const struct xref_eventsched *xref; /* origin location */
|
const struct xref_eventsched *xref; /* origin location */
|
||||||
pthread_mutex_t mtx; /* mutex for thread.c functions */
|
pthread_mutex_t mtx; /* mutex for thread.c functions */
|
||||||
bool ignore_timer_late;
|
bool ignore_timer_late;
|
||||||
};
|
};
|
||||||
|
|
@ -10,7 +10,7 @@
|
|||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "prefix.h"
|
#include "prefix.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "zclient.h"
|
#include "zclient.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include "typesafe.h"
|
#include "typesafe.h"
|
||||||
#include "sigevent.h"
|
#include "sigevent.h"
|
||||||
#include "privs.h"
|
#include "privs.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "getopt.h"
|
#include "getopt.h"
|
||||||
#include "module.h"
|
#include "module.h"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <lttng/tracepoint.h>
|
#include <lttng/tracepoint.h>
|
||||||
|
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
|
@ -13,7 +13,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "mgmt_pb.h"
|
#include "mgmt_pb.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "mgmtd/mgmt_defines.h"
|
#include "mgmtd/mgmt_defines.h"
|
||||||
|
|
||||||
/***************************************************************
|
/***************************************************************
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include "network.h"
|
#include "network.h"
|
||||||
#include "sockopt.h"
|
#include "sockopt.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "mgmt_msg.h"
|
#include "mgmt_msg.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#define _MGMT_MSG_H
|
#define _MGMT_MSG_H
|
||||||
|
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
|
|
||||||
#define MGMT_MSG_MARKER (0x4D724B21u) /* ASCII - "MrK!"*/
|
#define MGMT_MSG_MARKER (0x4D724B21u) /* ASCII - "MrK!"*/
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#ifndef _FRR_NORTHBOUND_H_
|
#ifndef _FRR_NORTHBOUND_H_
|
||||||
#define _FRR_NORTHBOUND_H_
|
#define _FRR_NORTHBOUND_H_
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "openbsd-tree.h"
|
#include "openbsd-tree.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "libfrr.h"
|
#include "libfrr.h"
|
||||||
#include "lib/version.h"
|
#include "lib/version.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "lib_errors.h"
|
#include "lib_errors.h"
|
||||||
#include "northbound.h"
|
#include "northbound.h"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "typesafe.h"
|
#include "typesafe.h"
|
||||||
#include "jhash.h"
|
#include "jhash.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "lib_errors.h"
|
#include "lib_errors.h"
|
||||||
#include "resolver.h"
|
#include "resolver.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#ifndef _FRR_RESOLVER_H
|
#ifndef _FRR_RESOLVER_H
|
||||||
#define _FRR_RESOLVER_H
|
#define _FRR_RESOLVER_H
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
#ifndef _FRR_SIGNAL_H
|
#ifndef _FRR_SIGNAL_H
|
||||||
#define _FRR_SIGNAL_H
|
#define _FRR_SIGNAL_H
|
||||||
|
|
||||||
#include <event.h>
|
#include <frrevent.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include <net-snmp/agent/net-snmp-agent-includes.h>
|
#include <net-snmp/agent/net-snmp-agent-includes.h>
|
||||||
#include <net-snmp/agent/snmp_vars.h>
|
#include <net-snmp/agent/snmp_vars.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "hook.h"
|
#include "hook.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "vty.h"
|
#include "vty.h"
|
||||||
|
|
||||||
DEFINE_MTYPE_STATIC(LIB, SPF_BACKOFF, "SPF backoff");
|
DEFINE_MTYPE_STATIC(LIB, SPF_BACKOFF, "SPF backoff");
|
||||||
|
@ -288,7 +288,7 @@ pkginclude_HEADERS += \
|
|||||||
lib/systemd.h \
|
lib/systemd.h \
|
||||||
lib/table.h \
|
lib/table.h \
|
||||||
lib/termtable.h \
|
lib/termtable.h \
|
||||||
lib/event.h \
|
lib/frrevent.h \
|
||||||
lib/trace.h \
|
lib/trace.h \
|
||||||
lib/typerb.h \
|
lib/typerb.h \
|
||||||
lib/typesafe.h \
|
lib/typesafe.h \
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
#include <sys/un.h>
|
#include <sys/un.h>
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "systemd.h"
|
#include "systemd.h"
|
||||||
#include "lib_errors.h"
|
#include "lib_errors.h"
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "buffer.h"
|
#include "buffer.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
#endif /* HAVE_LIBPCRE2_POSIX */
|
#endif /* HAVE_LIBPCRE2_POSIX */
|
||||||
|
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "sockunion.h"
|
#include "sockunion.h"
|
||||||
#include "qobj.h"
|
#include "qobj.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "zebra.h"
|
#include "zebra.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "wheel.h"
|
#include "wheel.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "workqueue.h"
|
#include "workqueue.h"
|
||||||
#include "linklist.h"
|
#include "linklist.h"
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include "vrf_int.h"
|
#include "vrf_int.h"
|
||||||
#include "if.h"
|
#include "if.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "zclient.h"
|
#include "zclient.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "table.h"
|
#include "table.h"
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
#include "frrcu.h"
|
#include "frrcu.h"
|
||||||
#include "zlog.h"
|
#include "zlog.h"
|
||||||
#include "libfrr_trace.h"
|
#include "libfrr_trace.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
|
|
||||||
DEFINE_MTYPE_STATIC(LIB, LOG_MESSAGE, "log message");
|
DEFINE_MTYPE_STATIC(LIB, LOG_MESSAGE, "log message");
|
||||||
DEFINE_MTYPE_STATIC(LIB, LOG_TLSBUF, "log thread-local buffer");
|
DEFINE_MTYPE_STATIC(LIB, LOG_TLSBUF, "log thread-local buffer");
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#include "frr_pthread.h"
|
#include "frr_pthread.h"
|
||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "monotime.h"
|
#include "monotime.h"
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
|
|
||||||
#include "lib/version.h"
|
#include "lib/version.h"
|
||||||
#include "lib/lib_errors.h"
|
#include "lib/lib_errors.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <zebra.h>
|
#include <zebra.h>
|
||||||
#include "event.h"
|
#include "frrevent.h"
|
||||||
#include "sockopt.h"
|
#include "sockopt.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
#include "libfrr.h"
|
#include "libfrr.h"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user