Index: trunk/Ohana/src/opihi/pcontrol/host.c
===================================================================
--- trunk/Ohana/src/opihi/pcontrol/host.c	(revision 19124)
+++ trunk/Ohana/src/opihi/pcontrol/host.c	(revision 25872)
@@ -53,8 +53,8 @@
     }
     /* reset time, place back on ALLHOSTS stack */
-    host[0].nexttry.tv_sec  = 0;
-    host[0].nexttry.tv_usec = 0;
-    host[0].lasttry.tv_sec  = 0;
-    host[0].lasttry.tv_usec = 0;
+    host[0].next_start_try.tv_sec  = 0;
+    host[0].next_start_try.tv_usec = 0;
+    host[0].last_start_try.tv_sec  = 0;
+    host[0].last_start_try.tv_usec = 0;
     PushStack (AllHosts, STACK_BOTTOM, host, host[0].HostID, host[0].hostname);
     return (TRUE);
