Index: trunk/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- trunk/Ohana/src/opihi/include/pcontrol.h	(revision 4693)
+++ trunk/Ohana/src/opihi/include/pcontrol.h	(revision 4705)
@@ -83,5 +83,6 @@
   int         pid;
   HostStat    stack;
-  Ptime       start;
+  struct timeval lasttry;
+  struct timeval nexttry;
   Ptime       accum;
   Ptime       timer;
@@ -101,4 +102,6 @@
 # define FREE(X) if (X != NULL) { free (X); }
 # define CLOSE(FD) { if (FD) close (FD); FD = 0; }
+# define DTIME(A,B) ((A.tv_sec - B.tv_sec) + 1e-6*(A.tv_usec - B.tv_usec))
+# define ZTIME(A) ((A.tv_sec == 0) && (A.tv_usec == 0))
 
 void InitPcontrol ();
@@ -113,4 +116,5 @@
 Host *FindHostPtr (IDtype HostID, int StackID);
 Host *FindHostStack (IDtype HostID);
+int FindNamedHostStack (char *name);
 Host *PullHost (IDtype HostID, int StackID);
 int FindNamedHost (char *name, int StackID);
