Skip to content

Commit

Permalink
fix compilation with --disable-vale
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppelettieri committed Mar 21, 2022
1 parent 97e8818 commit 74e2c98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/netmap/netmap_kern.h
Original file line number Diff line number Diff line change
Expand Up @@ -1566,6 +1566,7 @@ extern unsigned int vale_max_bridges;
#define netmap_get_vale_na(_1, _2, _3, _4) 0
#define netmap_bdg_create(_1, _2) NULL
#define netmap_bdg_destroy(_1, _2) 0
#define vale_max_bridges 1
#endif /* !WITH_VALE */

#ifdef WITH_PIPES
Expand Down

0 comments on commit 74e2c98

Please sign in to comment.