summaryrefslogtreecommitdiff
path: root/ripngd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2023-03-07 14:22:48 -0500
committerDonald Sharp <sharpd@nvidia.com>2023-03-24 08:32:17 -0400
commit24a58196ddcff2215d382d8a677c2dcdc898e03c (patch)
tree96e008127cbe222d07aefc8b31d2176f64a1e21a /ripngd
parentcd9d0537411d0a74cd19ae36f6d3716c8ccbb4c1 (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 'ripngd')
-rw-r--r--ripngd/ripng_interface.c2
-rw-r--r--ripngd/ripng_main.c2
-rw-r--r--ripngd/ripng_peer.c2
-rw-r--r--ripngd/ripngd.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/ripngd/ripng_interface.c b/ripngd/ripng_interface.c
index 516e280b0d..1d9d53e47a 100644
--- a/ripngd/ripng_interface.c
+++ b/ripngd/ripng_interface.c
@@ -17,7 +17,7 @@
#include "zclient.h"
#include "command.h"
#include "agg_table.h"
-#include "event.h"
+#include "frrevent.h"
#include "privs.h"
#include "vrf.h"
#include "lib_errors.h"
diff --git a/ripngd/ripng_main.c b/ripngd/ripng_main.c
index bedd393759..1d392efdde 100644
--- a/ripngd/ripng_main.c
+++ b/ripngd/ripng_main.c
@@ -12,7 +12,7 @@
#include "vty.h"
#include "command.h"
#include "memory.h"
-#include "event.h"
+#include "frrevent.h"
#include "log.h"
#include "prefix.h"
#include "if.h"
diff --git a/ripngd/ripng_peer.c b/ripngd/ripng_peer.c
index c03f2a4dfe..901b548a42 100644
--- a/ripngd/ripng_peer.c
+++ b/ripngd/ripng_peer.c
@@ -13,7 +13,7 @@
#include "prefix.h"
#include "command.h"
#include "linklist.h"
-#include "event.h"
+#include "frrevent.h"
#include "memory.h"
#include "ripngd/ripngd.h"
diff --git a/ripngd/ripngd.c b/ripngd/ripngd.c
index 18456ac48c..79e8871f6a 100644
--- a/ripngd/ripngd.c
+++ b/ripngd/ripngd.c
@@ -8,7 +8,7 @@
#include "prefix.h"
#include "filter.h"
#include "log.h"
-#include "event.h"
+#include "frrevent.h"
#include "memory.h"
#include "if.h"
#include "stream.h"