/[mldonkey]/mldonkey/src/daemon/driver/driverCommands.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/driver/driverCommands.ml

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

revision 1.88 by spiralvoice, Tue Sep 6 11:29:11 2005 UTC revision 1.89 by spiralvoice, Thu Sep 8 12:30:28 2005 UTC
# Line 2969  let _ = Line 2969  let _ =
2969    
2970      "mem_stats", Arg_one (fun level o ->      "mem_stats", Arg_one (fun level o ->
2971          let buf = o.conn_buf in          let buf = o.conn_buf in
2972          Heap.print_memstats (int_of_string level) buf          Heap.print_memstats (int_of_string level) buf (use_html_mods o);
           (if o.conn_output = HTML then true else false);  
2973          ""          ""
2974      ), ":\t\t\t\tprint memory stats";      ), ":\t\t\t\tprint memory stats";
2975    

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

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