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 /ripd | |
| 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 'ripd')
| -rw-r--r-- | ripd/rip_interface.c | 2 | ||||
| -rw-r--r-- | ripd/rip_main.c | 2 | ||||
| -rw-r--r-- | ripd/rip_peer.c | 2 | ||||
| -rw-r--r-- | ripd/ripd.c | 2 | 
4 files changed, 4 insertions, 4 deletions
diff --git a/ripd/rip_interface.c b/ripd/rip_interface.c index db85025504..0b92f174b1 100644 --- a/ripd/rip_interface.c +++ b/ripd/rip_interface.c @@ -14,7 +14,7 @@  #include "table.h"  #include "log.h"  #include "stream.h" -#include "event.h" +#include "frrevent.h"  #include "zclient.h"  #include "filter.h"  #include "sockopt.h" diff --git a/ripd/rip_main.c b/ripd/rip_main.c index fbe877ca76..a6e4ad776b 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -7,7 +7,7 @@  #include <lib/version.h>  #include "getopt.h" -#include "event.h" +#include "frrevent.h"  #include "command.h"  #include "memory.h"  #include "prefix.h" diff --git a/ripd/rip_peer.c b/ripd/rip_peer.c index 0f5a145578..9410ef380e 100644 --- a/ripd/rip_peer.c +++ b/ripd/rip_peer.c @@ -9,7 +9,7 @@  #include "prefix.h"  #include "command.h"  #include "linklist.h" -#include "event.h" +#include "frrevent.h"  #include "memory.h"  #include "ripd/ripd.h" diff --git a/ripd/ripd.c b/ripd/ripd.c index 5e07ca48f9..ae4d93b4f5 100644 --- a/ripd/ripd.c +++ b/ripd/ripd.c @@ -11,7 +11,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"  | 
