Changes between Version 45 and Version 46 of RemoteJobs


Ignore:
Timestamp:
Jul 22, 2016, 1:50:26 PM (8 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteJobs

    v45 v46  
    267267
    268268struct INFILE {
    269     char physical_name[256];
     269    int mode;
     270       // FILE_MODE_LOCAL_STAGED: file is already on BOINC server, and staged
     271       // FILE_MODE_REMOTE: file is on a different server
     272
     273    // the following if LOCAL_STAGED
     274    char physical_name[256];
     275
     276    // the following if REMOTE
     277    char url[256];
     278    double nbytes;
     279    char md5[256];
    270280};
    271281}}}