/[mldonkey]/mldonkey/src/networks/donkey/donkeyOvernet.mli
ViewVC logotype

Diff of /mldonkey/src/networks/donkey/donkeyOvernet.mli

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

revision 1.5 by spiralvoice, Thu Oct 27 21:32:53 2005 UTC revision 1.6 by spiralvoice, Mon Oct 31 18:07:11 2005 UTC
# Line 27  type peer = Line 27  type peer =
27      mutable peer_port : int;      mutable peer_port : int;
28      mutable peer_tcpport : int;      mutable peer_tcpport : int;
29      mutable peer_kind : int;      mutable peer_kind : int;
30      mutable peer_last_recv : int;      mutable peer_expire : int;
31      mutable peer_last_send : int;      mutable peer_last_send : int;
32        peer_created : int;
33    }    }
34    
35  type search_kind =  type search_kind =
# Line 129  module Make(Proto: sig Line 130  module Make(Proto: sig
130      val forget_search : CommonTypes.search -> unit      val forget_search : CommonTypes.search -> unit
131    end    end
132    
     
133      

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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