diff options
Diffstat (limited to 'sys/dev/sn/if_snvar.h')
-rw-r--r-- | sys/dev/sn/if_snvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index 79fc6e8..bd4f312 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -33,6 +33,8 @@ struct sn_softc { struct ifnet *ifp; struct mtx sc_mtx; + struct callout watchdog; + int timer; int pages_wanted; /* Size of outstanding MMU ALLOC */ int intr_mask; /* Most recently set interrupt mask */ device_t dev; |