/[mldonkey]/mldonkey/src/networks/fileTP/fileTPInteractive.ml
ViewVC logotype

Diff of /mldonkey/src/networks/fileTP/fileTPInteractive.ml

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

revision 1.19 by spiralvoice, Sun Aug 21 12:28:00 2005 UTC revision 1.20 by spiralvoice, Sun Sep 18 19:00:52 2005 UTC
# Line 129  let _ = Line 129  let _ =
129          P.client_downloaded = zero;          P.client_downloaded = zero;
130          P.client_uploaded = zero;          P.client_uploaded = zero;
131          P.client_upload = None;          P.client_upload = None;
132            P.client_sui_verified = None;
133  (*              P.client_sock_addr = (; *)  (*              P.client_sock_addr = (; *)
134        }        }
135    );    );
# Line 179  let _ = Line 180  let _ =
180            ("", "sr ar", Printf.sprintf "%d"            ("", "sr ar", Printf.sprintf "%d"
181                (((last_time ()) - cinfo.GuiTypes.client_connect_time) / 60));                (((last_time ()) - cinfo.GuiTypes.client_connect_time) / 60));
182            ("", "sr", "D");            ("", "sr", "D");
183              ("", "sr", "N");
184            ("", "sr", (string_of_client_addr c));            ("", "sr", (string_of_client_addr c));
185            ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_uploaded));            ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_uploaded));
186            ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_downloaded));            ("", "sr ar", (size_of_int64 cinfo.GuiTypes.client_downloaded));

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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