Changes between Version 4 and Version 5 of BackendUtilities
- Timestamp:
- Jun 10, 2008, 1:56:17 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendUtilities
v4 v5 1 1 = Back-end utility functions = 2 2 3 The following functions can be used in your validator and assimilator code: 3 The following functions (in validate_util.C and sched_util.C) 4 can be used in your validator and assimilator code. 4 5 5 ---- 6 6 7 {{{ 7 8 struct FILE_INFO { … … 19 20 The FILE_INFO variants also return each files "optional" attribute. 20 21 21 ---- 22 22 23 {{{ 23 24 int try_fopen(char* path, FILE*& f, char* mode); … … 31 32 (this is generally a recoverable error, like NFS mount failure). 32 33 33 ---- 34 34 35 {{{ 35 36 double median_mean_credit(vector<RESULT> const& results);