Index: /tags/ipp-unions-20250528/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- /tags/ipp-unions-20250528/Ohana/src/opihi/include/pcontrol.h	(revision 42897)
+++ /tags/ipp-unions-20250528/Ohana/src/opihi/include/pcontrol.h	(revision 42898)
@@ -151,4 +151,10 @@
   Ptime       next_start_try; // next (UNIX) time we should attempt to connect to this host (0 on success)
   Ptime       connect_time; // (UNIX) time we connected to this host
+
+  float       read_time; // total time trying to read data from this host
+  int         read_N_Pclient; // total number of attempts to read in Pclient
+  int         read_N_GetJobOutput; // total number of attempts to read in GetJobOutput
+  int         N_jobs_total; // total number of jobs
+
   struct Job *job;
 } Host;
@@ -352,4 +358,8 @@
 void Stats_CheckLiveHosts (int reset);
 
+void Stats_PushStack (int reset);
+void Stats_PullStack (int reset);
+void Stats_PullStackLoc (int reset);
+
 // Job   *FindJobByID (IDtype JobID, int *StackID);
 // Job   *FindJobInStackByID (int StackID, int ID);
