/[mldonkey]/mldonkey/src/utils/lib/unix32.ml
ViewVC logotype

Diff of /mldonkey/src/utils/lib/unix32.ml

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

revision 1.46 by spiralvoice, Thu Oct 6 17:34:22 2005 UTC revision 1.47 by spiralvoice, Mon Oct 10 16:22:25 2005 UTC
# Line 936  type file = { Line 936  type file = {
936      mutable buffers : (string * int * int * int64 * int64) list;      mutable buffers : (string * int * int * int64 * int64) list;
937    }    }
938        
939  module H = Weak2.Make(struct  module H = Weak.Make(struct
940        type old_t = file        type old_t = file
941        type t = old_t        type t = old_t
942        let hash t = Hashtbl.hash t.filename        let hash t = Hashtbl.hash t.filename

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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