summaryrefslogtreecommitdiff
path: root/vw-nm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vw-nm.h')
-rw-r--r--vw-nm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vw-nm.h b/vw-nm.h
index 23d0def..b9fd981 100644
--- 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;
};