diff options
Diffstat (limited to 'eth-multiplexer/vdev.h')
-rw-r--r-- | eth-multiplexer/vdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eth-multiplexer/vdev.h b/eth-multiplexer/vdev.h index 8270fedf..5a3011ad 100644 --- a/eth-multiplexer/vdev.h +++ b/eth-multiplexer/vdev.h @@ -33,8 +33,8 @@ #include "queue.h" #include "util.h" -struct port_bucket *port_bucket; -struct port_class *vdev_portclass; +extern struct port_bucket *port_bucket; +extern struct port_class *vdev_portclass; #define ETH_MTU 1500 |