Changes between Version 45 and Version 46 of RemoteJobs
- Timestamp:
- Jul 22, 2016, 1:50:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RemoteJobs
v45 v46 267 267 268 268 struct 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]; 270 280 }; 271 281 }}}