Changes between Version 4 and Version 5 of BackendUtilities


Ignore:
Timestamp:
Jun 10, 2008, 1:56:17 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackendUtilities

    v4 v5  
    11= Back-end utility functions =
    22
    3 The following functions can be used in your validator and assimilator code:
     3The following functions (in validate_util.C and sched_util.C)
     4can be used in your validator and assimilator code.
    45
    5 ----
     6
    67{{{
    78struct FILE_INFO {
     
    1920The FILE_INFO variants also return each files "optional" attribute.
    2021
    21 ----
     22
    2223{{{
    2324int try_fopen(char* path, FILE*& f, char* mode);
     
    3132(this is generally a recoverable error, like NFS mount failure).
    3233
    33 ----
     34
    3435{{{
    3536double median_mean_credit(vector<RESULT> const& results);