/[mldonkey]/mldonkey/src/networks/bittorrent/bTGlobals.ml
ViewVC logotype

Diff of /mldonkey/src/networks/bittorrent/bTGlobals.ml

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

revision 1.37 by spiralvoice, Sun Aug 7 12:57:22 2005 UTC revision 1.38 by spiralvoice, Mon Aug 15 20:27:56 2005 UTC
# Line 118  let files_by_uid = Hashtbl.create 13 Line 118  let files_by_uid = Hashtbl.create 13
118  let max_range_len = Int64.of_int (1 lsl 14)  let max_range_len = Int64.of_int (1 lsl 14)
119  let max_request_len = Int64.of_int (1 lsl 16)  let max_request_len = Int64.of_int (1 lsl 16)
120    
121    let bt_download_counter = ref Int64.zero
122    let bt_upload_counter = ref Int64.zero
123    
124  (* prints a new logline with date, module and starts newline *)  (* prints a new logline with date, module and starts newline *)
125  let lprintf_nl () =  let lprintf_nl () =
126    lprintf "%s[BT] "    lprintf "%s[BT] "

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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