Detect limp home state
[revag-nm.git] / vw-nm.h
diff --git a/vw-nm.h b/vw-nm.h
index 23d0def4595cf482d9363020245c09543c50f02d..b9fd981bfdd0bc7c6336195cb42347ec3fa41597 100644 (file)
--- a/vw-nm.h
+++ b/vw-nm.h
@@ -44,6 +44,9 @@ struct NM_Main {
 
        struct timeval tv;
        enum timer_reason timer_reason;
+
+       /* How many times have we been alone when we reset? */
+       int lonely_resets;
 };