Changes between Version 34 and Version 35 of CreditNew
- Timestamp:
- Apr 2, 2010, 10:23:29 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreditNew
v34 v35 592 592 }}} 593 593 594 Inserted and updated (host_scale_time) by the scheduler. 595 596 Updated (pfc, et, turnaround) by the validator, within get_pfc(). 597 This is short enough that we won't worry about atomic update 598 (only an issue if multiple validators anyway). 599 594 600 New fields in '''app_version''': 595 601 {{{ … … 599 605 double expavg_time; 600 606 }}} 607 608 Updated (pfc, expavg) by the validator at the end of each scan. 609 We need to worry about atomic update. 610 So we keep a vector of new samples, and do careful update. 611 612 Updated (pfc_scale) by the main feeder. 601 613 602 614 New fields in '''app''':