Skip to content

Commit

Permalink
*: Convert event.h to frrevent.h
Browse files Browse the repository at this point in the history
We should probably prevent any type of namespace collision
with something else.

Signed-off-by: Donald Sharp <[email protected]>
  • Loading branch information
donaldsharp committed Mar 24, 2023
1 parent cd9d053 commit 24a5819
Show file tree
Hide file tree
Showing 229 changed files with 232 additions and 232 deletions.
2 changes: 1 addition & 1 deletion babeld/babel_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
#include "getopt.h"
#include "if.h"
#include "log.h"
#include "event.h"
#include "frrevent.h"
#include "privs.h"
#include "sigevent.h"
#include "lib/version.h"
Expand Down
2 changes: 1 addition & 1 deletion babeld/kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Copyright 2011, 2012 by Matthieu Boutier and Juliusz Chroboczek
#include "command.h"
#include "vty.h"
#include "memory.h"
#include "event.h"
#include "frrevent.h"
#include "nexthop.h"

#include "util.h"
Expand Down
2 changes: 1 addition & 1 deletion bfdd/dplane.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include "lib/network.h"
#include "lib/printfrr.h"
#include "lib/stream.h"
#include "lib/event.h"
#include "lib/frrevent.h"

#include "bfd.h"
#include "bfddp_packet.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_advertise.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "memory.h"
#include "prefix.h"
#include "hash.h"
#include "event.h"
#include "frrevent.h"
#include "queue.h"
#include "filter.h"

Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_bfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "linklist.h"
#include "memory.h"
#include "prefix.h"
#include "event.h"
#include "frrevent.h"
#include "buffer.h"
#include "stream.h"
#include "vrf.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_bmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "sockunion.h"
#include "command.h"
#include "prefix.h"
#include "event.h"
#include "frrevent.h"
#include "linklist.h"
#include "queue.h"
#include "pullwr.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_damp.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "memory.h"
#include "command.h"
#include "log.h"
#include "event.h"
#include "frrevent.h"
#include "queue.h"
#include "filter.h"

Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "sockunion.h"
#include "command.h"
#include "prefix.h"
#include "event.h"
#include "frrevent.h"
#include "linklist.h"
#include "queue.h"
#include "memory.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "linklist.h"
#include "prefix.h"
#include "sockunion.h"
#include "event.h"
#include "frrevent.h"
#include "log.h"
#include "stream.h"
#include "ringbuf.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "network.h" // for ERRNO_IO_RETRY
#include "stream.h" // for stream_get_endp, stream_getw_from, str...
#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_debug.h" // for bgp_debug_neighbor_events, bgp_type_str
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_label.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <zebra.h>

#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "prefix.h"
#include "zclient.h"
#include "stream.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "vector.h"
#include "command.h"
#include "getopt.h"
#include "event.h"
#include "frrevent.h"
#include <lib/version.h>
#include "memory.h"
#include "prefix.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_mplsvpn_snmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "log.h"
#include "prefix.h"
#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "smux.h"
#include "filter.h"
#include "hook.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_network.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "sockunion.h"
#include "sockopt.h"
#include "memory.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_nexthop.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <zebra.h>

#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "prefix.h"
#include "lib/json.h"
#include "zclient.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_nht.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <zebra.h>

#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "prefix.h"
#include "zclient.h"
#include "stream.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_open.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "linklist.h"
#include "prefix.h"
#include "stream.h"
#include "event.h"
#include "frrevent.h"
#include "log.h"
#include "command.h"
#include "memory.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <zebra.h>
#include <sys/time.h>

#include "event.h"
#include "frrevent.h"
#include "stream.h"
#include "network.h"
#include "prefix.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "buffer.h"
#include "sockunion.h"
#include "plist.h"
#include "event.h"
#include "frrevent.h"
#include "workqueue.h"
#include "queue.h"
#include "memory.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_rpki.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "command.h"
#include "linklist.h"
#include "memory.h"
#include "event.h"
#include "frrevent.h"
#include "filter.h"
#include "bgpd/bgpd.h"
#include "bgpd/bgp_table.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_snmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "log.h"
#include "prefix.h"
#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "smux.h"
#include "filter.h"
#include "hook.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_snmp_bgp4.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include "log.h"
#include "prefix.h"
#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "smux.h"
#include "filter.h"
#include "hook.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_snmp_bgp4v2.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "log.h"
#include "prefix.h"
#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "smux.h"
#include "filter.h"
#include "hook.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_updgrp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <zebra.h>

#include "prefix.h"
#include "event.h"
#include "frrevent.h"
#include "buffer.h"
#include "stream.h"
#include "command.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_updgrp_adv.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "memory.h"
#include "prefix.h"
#include "hash.h"
#include "event.h"
#include "frrevent.h"
#include "queue.h"
#include "routemap.h"
#include "filter.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_updgrp_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#include <zebra.h>

#include "prefix.h"
#include "event.h"
#include "frrevent.h"
#include "buffer.h"
#include "stream.h"
#include "command.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "buffer.h"
#include "linklist.h"
#include "stream.h"
#include "event.h"
#include "frrevent.h"
#include "log.h"
#include "memory.h"
#include "lib_vty.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgp_zebra.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "sockunion.h"
#include "zclient.h"
#include "routemap.h"
#include "event.h"
#include "frrevent.h"
#include "queue.h"
#include "memory.h"
#include "lib/json.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/bgpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <zebra.h>

#include "prefix.h"
#include "event.h"
#include "frrevent.h"
#include "buffer.h"
#include "stream.h"
#include "ringbuf.h"
Expand Down
2 changes: 1 addition & 1 deletion bgpd/rfapi/rfapi_import.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "lib/memory.h"
#include "lib/log.h"
#include "lib/skiplist.h"
#include "event.h"
#include "frrevent.h"
#include "lib/stream.h"
#include "lib/lib_errors.h"

Expand Down
2 changes: 1 addition & 1 deletion bgpd/rfapi/rfapi_import.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#ifndef QUAGGA_HGP_RFAPI_IMPORT_H
#define QUAGGA_HGP_RFAPI_IMPORT_H

#include "event.h"
#include "frrevent.h"

/*
* These are per-rt-import-list
Expand Down
2 changes: 1 addition & 1 deletion bgpd/rfapi/vnc_export_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define _QUAGGA_VNC_VNC_EXPORT_TABLE_H_

#include "lib/table.h"
#include "event.h"
#include "frrevent.h"
#include "lib/vty.h"

#include "bgpd/bgpd.h"
Expand Down
2 changes: 1 addition & 1 deletion doc/developer/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Basic boilerplate:
#include "hook.h"
#include "module.h"
#include "libfrr.h"
#include "event.h"
#include "frrevent.h"

static int module_late_init(struct event_loop *master)
{
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <zebra.h>

#include "linklist.h"
#include "event.h"
#include "frrevent.h"
#include "prefix.h"
#include "command.h"
#include "stream.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "command.h"
#include "prefix.h"
#include "table.h"
#include "event.h"
#include "frrevent.h"
#include "memory.h"
#include "log.h"
#include "stream.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_fsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "prefix.h"
#include "table.h"
#include "memory.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_hello.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "memory.h"
#include "linklist.h"
#include "prefix.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "linklist.h"
#include "prefix.h"
#include "if.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include <lib/version.h>
#include "getopt.h"
#include "event.h"
#include "frrevent.h"
#include "prefix.h"
#include "linklist.h"
#include "if.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_neighbor.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "prefix.h"
#include "memory.h"
#include "command.h"
#include "event.h"
#include "frrevent.h"
#include "stream.h"
#include "table.h"
#include "log.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_network.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "linklist.h"
#include "prefix.h"
#include "if.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_packet.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "memory.h"
#include "linklist.h"
#include "vty.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_query.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "memory.h"
#include "linklist.h"
#include "prefix.h"
Expand Down
2 changes: 1 addition & 1 deletion eigrpd/eigrp_reply.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include <zebra.h>

#include "event.h"
#include "frrevent.h"
#include "memory.h"
#include "linklist.h"
#include "prefix.h"
Expand Down
Loading

0 comments on commit 24a5819

Please sign in to comment.