Changeset 42898
- Timestamp:
- Jun 17, 2025, 4:31:06 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-unions-20250528/Ohana/src/opihi/include/pcontrol.h
r42895 r42898 151 151 Ptime next_start_try; // next (UNIX) time we should attempt to connect to this host (0 on success) 152 152 Ptime connect_time; // (UNIX) time we connected to this host 153 154 float read_time; // total time trying to read data from this host 155 int read_N_Pclient; // total number of attempts to read in Pclient 156 int read_N_GetJobOutput; // total number of attempts to read in GetJobOutput 157 int N_jobs_total; // total number of jobs 158 153 159 struct Job *job; 154 160 } Host; … … 352 358 void Stats_CheckLiveHosts (int reset); 353 359 360 void Stats_PushStack (int reset); 361 void Stats_PullStack (int reset); 362 void Stats_PullStackLoc (int reset); 363 354 364 // Job *FindJobByID (IDtype JobID, int *StackID); 355 365 // Job *FindJobInStackByID (int StackID, int ID);
Note:
See TracChangeset
for help on using the changeset viewer.
