Skip to content

Commit

Permalink
fix compiler warning rtbrick#80
Browse files Browse the repository at this point in the history
  • Loading branch information
GIC-de committed Apr 21, 2022
1 parent 3dee76c commit b7e52c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/bngblaster/src/bbl.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
#include "bgp/bgp.h"
#include "isis/isis.h"

WINDOW *log_win;
WINDOW *stats_win;
extern WINDOW *log_win;
extern WINDOW *stats_win;

void
enable_disable_traffic(bbl_ctx_s *ctx, bool status);
Expand Down

0 comments on commit b7e52c1

Please sign in to comment.