diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2023-03-07 14:22:48 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-24 08:32:17 -0400 | 
| commit | 24a58196ddcff2215d382d8a677c2dcdc898e03c (patch) | |
| tree | 96e008127cbe222d07aefc8b31d2176f64a1e21a /nhrpd | |
| parent | cd9d0537411d0a74cd19ae36f6d3716c8ccbb4c1 (diff) | |
*: 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>
Diffstat (limited to 'nhrpd')
| -rw-r--r-- | nhrpd/netlink_arp.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_cache.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_event.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_interface.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_main.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_multicast.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_nhs.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_packet.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_peer.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_shortcut.c | 2 | ||||
| -rw-r--r-- | nhrpd/nhrp_vc.c | 2 | ||||
| -rw-r--r-- | nhrpd/vici.c | 2 | 
12 files changed, 12 insertions, 12 deletions
diff --git a/nhrpd/netlink_arp.c b/nhrpd/netlink_arp.c index 845d454d15..2e22f8e247 100644 --- a/nhrpd/netlink_arp.c +++ b/nhrpd/netlink_arp.c @@ -14,7 +14,7 @@  #include <linux/neighbour.h>  #include <linux/netfilter/nfnetlink_log.h> -#include "event.h" +#include "frrevent.h"  #include "stream.h"  #include "prefix.h"  #include "nhrpd.h" diff --git a/nhrpd/nhrp_cache.c b/nhrpd/nhrp_cache.c index f41c0afc54..1a11e0d98b 100644 --- a/nhrpd/nhrp_cache.c +++ b/nhrpd/nhrp_cache.c @@ -5,7 +5,7 @@  #include "zebra.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "hash.h"  #include "nhrpd.h" diff --git a/nhrpd/nhrp_event.c b/nhrpd/nhrp_event.c index 59bb62d280..ba318581d5 100644 --- a/nhrpd/nhrp_event.c +++ b/nhrpd/nhrp_event.c @@ -11,7 +11,7 @@  #include <sys/socket.h>  #include <sys/un.h> -#include "event.h" +#include "frrevent.h"  #include "zbuf.h"  #include "log.h"  #include "nhrpd.h" diff --git a/nhrpd/nhrp_interface.c b/nhrpd/nhrp_interface.c index 7a0c3ba493..7c84fde367 100644 --- a/nhrpd/nhrp_interface.c +++ b/nhrpd/nhrp_interface.c @@ -11,7 +11,7 @@  #include "zebra.h"  #include "linklist.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "nhrpd.h"  #include "os.h" diff --git a/nhrpd/nhrp_main.c b/nhrpd/nhrp_main.c index f34020bc6a..593498ca13 100644 --- a/nhrpd/nhrp_main.c +++ b/nhrpd/nhrp_main.c @@ -12,7 +12,7 @@  #include "zebra.h"  #include "privs.h"  #include "getopt.h" -#include "event.h" +#include "frrevent.h"  #include "sigevent.h"  #include "lib/version.h"  #include "log.h" diff --git a/nhrpd/nhrp_multicast.c b/nhrpd/nhrp_multicast.c index 71f27ac218..fdc1a31f25 100644 --- a/nhrpd/nhrp_multicast.c +++ b/nhrpd/nhrp_multicast.c @@ -18,7 +18,7 @@  #include <sys/types.h>  #include <sys/socket.h> -#include "event.h" +#include "frrevent.h"  #include "nhrpd.h"  #include "netlink.h"  #include "znl.h" diff --git a/nhrpd/nhrp_nhs.c b/nhrpd/nhrp_nhs.c index 063e7bbf8f..b2af0da429 100644 --- a/nhrpd/nhrp_nhs.c +++ b/nhrpd/nhrp_nhs.c @@ -6,7 +6,7 @@  #include "zebra.h"  #include "zbuf.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "nhrpd.h"  #include "nhrp_protocol.h" diff --git a/nhrpd/nhrp_packet.c b/nhrpd/nhrp_packet.c index 3366a64b4f..9d0b30cfee 100644 --- a/nhrpd/nhrp_packet.c +++ b/nhrpd/nhrp_packet.c @@ -10,7 +10,7 @@  #include <netinet/if_ether.h>  #include "nhrpd.h"  #include "zbuf.h" -#include "event.h" +#include "frrevent.h"  #include "hash.h"  #include "nhrp_protocol.h" diff --git a/nhrpd/nhrp_peer.c b/nhrpd/nhrp_peer.c index f41a7d3147..ffb6cf7506 100644 --- a/nhrpd/nhrp_peer.c +++ b/nhrpd/nhrp_peer.c @@ -11,7 +11,7 @@  #include "zebra.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "hash.h"  #include "network.h" diff --git a/nhrpd/nhrp_shortcut.c b/nhrpd/nhrp_shortcut.c index 5a141022d4..04dad2aea6 100644 --- a/nhrpd/nhrp_shortcut.c +++ b/nhrpd/nhrp_shortcut.c @@ -10,7 +10,7 @@  #include "nhrpd.h"  #include "table.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "log.h"  #include "nhrp_protocol.h" diff --git a/nhrpd/nhrp_vc.c b/nhrpd/nhrp_vc.c index 65e9af854e..2c3201438b 100644 --- a/nhrpd/nhrp_vc.c +++ b/nhrpd/nhrp_vc.c @@ -7,7 +7,7 @@  #include "memory.h"  #include "stream.h"  #include "hash.h" -#include "event.h" +#include "frrevent.h"  #include "jhash.h"  #include "nhrpd.h" diff --git a/nhrpd/vici.c b/nhrpd/vici.c index c72f3a86f8..2f76362603 100644 --- a/nhrpd/vici.c +++ b/nhrpd/vici.c @@ -11,7 +11,7 @@  #include <sys/socket.h>  #include <sys/un.h> -#include "event.h" +#include "frrevent.h"  #include "zbuf.h"  #include "log.h"  #include "lib_errors.h"  | 
