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 /pimd | |
| 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 'pimd')
| -rw-r--r-- | pimd/pim6_mld.c | 2 | ||||
| -rw-r--r-- | pimd/pim_ifchannel.c | 2 | ||||
| -rw-r--r-- | pimd/pim_main.c | 2 | ||||
| -rw-r--r-- | pimd/pim_msdp.c | 2 | ||||
| -rw-r--r-- | pimd/pim_msdp_packet.c | 2 | ||||
| -rw-r--r-- | pimd/pim_msdp_socket.c | 2 | ||||
| -rw-r--r-- | pimd/pim_pim.c | 2 | ||||
| -rw-r--r-- | pimd/pim_register.c | 2 | ||||
| -rw-r--r-- | pimd/pim_time.c | 2 | ||||
| -rw-r--r-- | pimd/pim_time.h | 2 | ||||
| -rw-r--r-- | pimd/pim_upstream.c | 2 | ||||
| -rw-r--r-- | pimd/pim_zlookup.c | 2 | 
12 files changed, 12 insertions, 12 deletions
diff --git a/pimd/pim6_mld.c b/pimd/pim6_mld.c index 7d3b084f39..1d84a9941b 100644 --- a/pimd/pim6_mld.c +++ b/pimd/pim6_mld.c @@ -19,7 +19,7 @@  #include "lib/jhash.h"  #include "lib/prefix.h"  #include "lib/checksum.h" -#include "lib/event.h" +#include "lib/frrevent.h"  #include "termtable.h"  #include "pimd/pim6_mld.h" diff --git a/pimd/pim_ifchannel.c b/pimd/pim_ifchannel.c index 15c3379019..bc6b84ff2c 100644 --- a/pimd/pim_ifchannel.c +++ b/pimd/pim_ifchannel.c @@ -7,7 +7,7 @@  #include <zebra.h>  #include "linklist.h" -#include "event.h" +#include "frrevent.h"  #include "memory.h"  #include "if.h"  #include "vrf.h" diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 0a782455ca..7db0a7676b 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -11,7 +11,7 @@  #include "lib/version.h"  #include <getopt.h>  #include "command.h" -#include "event.h" +#include "frrevent.h"  #include <signal.h>  #include "memory.h" diff --git a/pimd/pim_msdp.c b/pimd/pim_msdp.c index 6c169a7e73..b1b6958fe1 100644 --- a/pimd/pim_msdp.c +++ b/pimd/pim_msdp.c @@ -12,7 +12,7 @@  #include <lib/prefix.h>  #include <lib/sockunion.h>  #include <lib/stream.h> -#include <event.h> +#include <frrevent.h>  #include <lib/vty.h>  #include <lib/plist.h>  #include <lib/lib_errors.h> diff --git a/pimd/pim_msdp_packet.c b/pimd/pim_msdp_packet.c index 0ec7aa77f9..a414736ccc 100644 --- a/pimd/pim_msdp_packet.c +++ b/pimd/pim_msdp_packet.c @@ -8,7 +8,7 @@  #include <lib/log.h>  #include <lib/network.h>  #include <lib/stream.h> -#include "event.h" +#include "frrevent.h"  #include <lib/vty.h>  #include <lib/lib_errors.h> diff --git a/pimd/pim_msdp_socket.c b/pimd/pim_msdp_socket.c index 57b3134897..fe8d5e934a 100644 --- a/pimd/pim_msdp_socket.c +++ b/pimd/pim_msdp_socket.c @@ -9,7 +9,7 @@  #include <lib/log.h>  #include <lib/network.h>  #include <lib/sockunion.h> -#include "event.h" +#include "frrevent.h"  #include <lib/vty.h>  #include <lib/if.h>  #include <lib/vrf.h> diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c index ffd2d4283c..4a272a4802 100644 --- a/pimd/pim_pim.c +++ b/pimd/pim_pim.c @@ -7,7 +7,7 @@  #include <zebra.h>  #include "log.h" -#include "event.h" +#include "frrevent.h"  #include "memory.h"  #include "if.h"  #include "network.h" diff --git a/pimd/pim_register.c b/pimd/pim_register.c index be8b4c4000..b5d9df6f2a 100644 --- a/pimd/pim_register.c +++ b/pimd/pim_register.c @@ -9,7 +9,7 @@  #include "log.h"  #include "if.h" -#include "event.h" +#include "frrevent.h"  #include "prefix.h"  #include "vty.h"  #include "plist.h" diff --git a/pimd/pim_time.c b/pimd/pim_time.c index 7b10d91144..205945e5ae 100644 --- a/pimd/pim_time.c +++ b/pimd/pim_time.c @@ -11,7 +11,7 @@  #include <time.h>  #include "log.h" -#include "event.h" +#include "frrevent.h"  #include "lib_errors.h"  #include "pim_time.h" diff --git a/pimd/pim_time.h b/pimd/pim_time.h index 47f2bc8b7f..6c0e07396a 100644 --- a/pimd/pim_time.h +++ b/pimd/pim_time.h @@ -10,7 +10,7 @@  #include <stdint.h>  #include <zebra.h> -#include "event.h" +#include "frrevent.h"  int64_t pim_time_monotonic_sec(void);  int64_t pim_time_monotonic_dsec(void); diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index 283fdfc195..8fa7b7cf96 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -9,7 +9,7 @@  #include "log.h"  #include "zclient.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "linklist.h"  #include "vty.h"  #include "plist.h" diff --git a/pimd/pim_zlookup.c b/pimd/pim_zlookup.c index 0a994809b7..05a72269d6 100644 --- a/pimd/pim_zlookup.c +++ b/pimd/pim_zlookup.c @@ -11,7 +11,7 @@  #include "zclient.h"  #include "stream.h"  #include "network.h" -#include "event.h" +#include "frrevent.h"  #include "prefix.h"  #include "vty.h"  #include "lib_errors.h"  | 
