/[mldonkey]/mldonkey/src/utils/net/ip_set.ml
ViewVC logotype

Diff of /mldonkey/src/utils/net/ip_set.ml

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

revision 1.16 by spiralvoice, Tue Sep 6 11:27:43 2005 UTC revision 1.17 by spiralvoice, Mon Sep 19 10:09:06 2005 UTC
# Line 374  let _ = Line 374  let _ =
374    latency1 10 check_ips ips;    latency1 10 check_ips ips;
375    exit 0    exit 0
376  *)  *)
377    let _ =
378      Heap.add_memstat "Ip_set" (fun level buf ->
379          let counter = ref 0 in
380          H.iter (fun _ -> incr counter) descriptions;
381          Printf.bprintf buf "  descriptions: %d\n" !counter;
382          Printf.bprintf buf "  ranges: %d\n" (bl_length !bl);  
383      )
384    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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