summaryrefslogtreecommitdiffstats
path: root/sys/dev/vge/if_vgevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vge/if_vgevar.h')
-rw-r--r--sys/dev/vge/if_vgevar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/vge/if_vgevar.h b/sys/dev/vge/if_vgevar.h
index b19ed3f..c4f7edb 100644
--- a/sys/dev/vge/if_vgevar.h
+++ b/sys/dev/vge/if_vgevar.h
@@ -111,8 +111,9 @@ struct vge_softc {
int vge_rx_consumed;
int vge_link;
int vge_camidx;
- struct task vge_txtask;
struct mtx vge_mtx;
+ struct callout vge_watchdog;
+ int vge_timer;
struct mbuf *vge_head;
struct mbuf *vge_tail;
OpenPOWER on IntegriCloud