/[mldonkey]/mldonkey/src/daemon/common/commonSwarming1.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonSwarming1.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by spiralvoice, Thu Aug 4 21:45:24 2005 UTC revision 1.5 by spiralvoice, Fri Sep 2 22:39:59 2005 UTC
# Line 2302  module Check = struct Line 2302  module Check = struct
2302                      file_nchunks = nchunks;                      file_nchunks = nchunks;
2303                    }                    }
2304                  in                  in
2305                  Unix32.ftruncate64 file.file_fd file_size;                  Unix32.ftruncate64 file.file_fd file_size !!create_file_sparse;
2306                  let swarmer = S.create kernel file block_size in                  let swarmer = S.create kernel file block_size in
2307                  S.set_checksums (Some swarmer) (Array.create nchunks (Ed2k Md4.null));                  S.set_checksums (Some swarmer) (Array.create nchunks (Ed2k Md4.null));
2308                  swarmer)                  swarmer)

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26