Index: trunk/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- trunk/Ohana/src/opihi/include/pcontrol.h	(revision 10693)
+++ trunk/Ohana/src/opihi/include/pcontrol.h	(revision 11052)
@@ -77,9 +77,9 @@
   IOBuffer     stderr;
   Ptime        start;
-  Ptime        accum;
-  Ptime        timer;
-  struct Host *host;
+  Ptime        stop;
+  double       dtime;
   int          pid;
   IDtype       JobID;
+  struct Host *host;
 } Job;
 
@@ -93,8 +93,6 @@
   int         pid;
   HostStat    stack;
-  struct timeval lasttry;
-  struct timeval nexttry;
-  Ptime       accum;
-  Ptime       timer;
+  Ptime       lasttry;
+  Ptime       nexttry;
   IDtype      HostID;
   struct Job *job;
