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 /ospf6d | |
| 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 'ospf6d')
| -rw-r--r-- | ospf6d/ospf6_abr.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_area.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_asbr.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_bfd.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_flood.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_interface.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_intra.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_lsa.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_main.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_message.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_neighbor.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_nssa.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_spf.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6_top.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6d.c | 2 | ||||
| -rw-r--r-- | ospf6d/ospf6d.h | 2 | 
16 files changed, 16 insertions, 16 deletions
diff --git a/ospf6d/ospf6_abr.c b/ospf6d/ospf6_abr.c index 407de01c53..f4202a4a29 100644 --- a/ospf6d/ospf6_abr.c +++ b/ospf6d/ospf6_abr.c @@ -12,7 +12,7 @@  #include "vty.h"  #include "linklist.h"  #include "command.h" -#include "event.h" +#include "frrevent.h"  #include "plist.h"  #include "filter.h" diff --git a/ospf6d/ospf6_area.c b/ospf6d/ospf6_area.c index 0a4d3e957a..69c711bf06 100644 --- a/ospf6d/ospf6_area.c +++ b/ospf6d/ospf6_area.c @@ -8,7 +8,7 @@  #include "log.h"  #include "memory.h"  #include "linklist.h" -#include "event.h" +#include "frrevent.h"  #include "vty.h"  #include "command.h"  #include "if.h" diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c index 57b5fafa91..713dd82075 100644 --- a/ospf6d/ospf6_asbr.c +++ b/ospf6d/ospf6_asbr.c @@ -13,7 +13,7 @@  #include "routemap.h"  #include "table.h"  #include "plist.h" -#include "event.h" +#include "frrevent.h"  #include "linklist.h"  #include "lib/northbound_cli.h" diff --git a/ospf6d/ospf6_bfd.c b/ospf6d/ospf6_bfd.c index 1f3c4be4d8..6379f9d992 100644 --- a/ospf6d/ospf6_bfd.c +++ b/ospf6d/ospf6_bfd.c @@ -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 "zclient.h" diff --git a/ospf6d/ospf6_flood.c b/ospf6d/ospf6_flood.c index 9e482e7512..a81d5222d6 100644 --- a/ospf6d/ospf6_flood.c +++ b/ospf6d/ospf6_flood.c @@ -6,7 +6,7 @@  #include <zebra.h>  #include "log.h" -#include "event.h" +#include "frrevent.h"  #include "linklist.h"  #include "vty.h"  #include "command.h" diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c index 617a4a2354..e7148d66ba 100644 --- a/ospf6d/ospf6_interface.c +++ b/ospf6d/ospf6_interface.c @@ -9,7 +9,7 @@  #include "if.h"  #include "log.h"  #include "command.h" -#include "event.h" +#include "frrevent.h"  #include "prefix.h"  #include "plist.h"  #include "zclient.h" diff --git a/ospf6d/ospf6_intra.c b/ospf6d/ospf6_intra.c index a8c12f8a54..301fccecd7 100644 --- a/ospf6d/ospf6_intra.c +++ b/ospf6d/ospf6_intra.c @@ -7,7 +7,7 @@  #include "log.h"  #include "linklist.h" -#include "event.h" +#include "frrevent.h"  #include "memory.h"  #include "if.h"  #include "prefix.h" diff --git a/ospf6d/ospf6_lsa.c b/ospf6d/ospf6_lsa.c index 708aaec894..2b806afe06 100644 --- a/ospf6d/ospf6_lsa.c +++ b/ospf6d/ospf6_lsa.c @@ -12,7 +12,7 @@  #include "vty.h"  #include "command.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "checksum.h"  #include "frrstr.h" diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 599ee76a4e..fdb93475d4 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -9,7 +9,7 @@  #include <stdlib.h>  #include "getopt.h" -#include "event.h" +#include "frrevent.h"  #include "log.h"  #include "command.h"  #include "vty.h" diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c index 69ac2f3b6d..14b02dac79 100644 --- a/ospf6d/ospf6_message.c +++ b/ospf6d/ospf6_message.c @@ -9,7 +9,7 @@  #include "log.h"  #include "vty.h"  #include "command.h" -#include "event.h" +#include "frrevent.h"  #include "linklist.h"  #include "lib_errors.h"  #include "checksum.h" diff --git a/ospf6d/ospf6_neighbor.c b/ospf6d/ospf6_neighbor.c index 00d3a85308..42e4074522 100644 --- a/ospf6d/ospf6_neighbor.c +++ b/ospf6d/ospf6_neighbor.c @@ -7,7 +7,7 @@  #include "log.h"  #include "memory.h" -#include "event.h" +#include "frrevent.h"  #include "linklist.h"  #include "vty.h"  #include "command.h" diff --git a/ospf6d/ospf6_nssa.c b/ospf6d/ospf6_nssa.c index 7ff0a09328..e7a10eba41 100644 --- a/ospf6d/ospf6_nssa.c +++ b/ospf6d/ospf6_nssa.c @@ -13,7 +13,7 @@  #include "vty.h"  #include "linklist.h"  #include "command.h" -#include "event.h" +#include "frrevent.h"  #include "plist.h"  #include "filter.h" diff --git a/ospf6d/ospf6_spf.c b/ospf6d/ospf6_spf.c index 8855955116..3cc0d5e963 100644 --- a/ospf6d/ospf6_spf.c +++ b/ospf6d/ospf6_spf.c @@ -13,7 +13,7 @@  #include "vty.h"  #include "prefix.h"  #include "linklist.h" -#include "event.h" +#include "frrevent.h"  #include "lib_errors.h"  #include "ospf6_lsa.h" diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index e8c7740a04..c2aa3abeed 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -11,7 +11,7 @@  #include "linklist.h"  #include "prefix.h"  #include "table.h" -#include "event.h" +#include "frrevent.h"  #include "command.h"  #include "defaults.h"  #include "lib/json.h" diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index 3700511fa2..214007d041 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -5,7 +5,7 @@  #include <zebra.h> -#include "event.h" +#include "frrevent.h"  #include "linklist.h"  #include "vty.h"  #include "command.h" diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 89758b9462..980a365265 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -7,7 +7,7 @@  #define OSPF6D_H  #include "libospf.h" -#include "event.h" +#include "frrevent.h"  #include "memory.h"  DECLARE_MGROUP(OSPF6D);  | 
