~ubuntu-branches/ubuntu/maverick/transmission/maverick

« back to all changes in this revision

Viewing changes to libtransmission/peer-mgr.h

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Klimonda
  • Date: 2009-05-22 21:57:30 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (2.1.18 sid) (1.3.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 36.
  • Revision ID: james.westby@ubuntu.com-20090522215730-ly5kgv5aw9ig2u82
Tags: upstream-1.61
ImportĀ upstreamĀ versionĀ 1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * This exemption does not extend to derived works not owned by
8
8
 * the Transmission project.
9
9
 *
10
 
 * $Id: peer-mgr.h 7722 2009-01-16 17:31:10Z charles $
 
10
 * $Id: peer-mgr.h 8370 2009-05-09 06:08:21Z charles $
11
11
 */
12
12
 
13
13
#ifndef __TRANSMISSION__
60
60
    ENCRYPTION_PREFERENCE_NO
61
61
};
62
62
 
 
63
/* opaque forward declaration */
 
64
struct peer_atom;
 
65
 
63
66
/**
64
67
 * State information about a connected peer.
65
68
 *
81
84
    tr_port                  port;
82
85
    tr_address               addr;
83
86
    struct tr_peerIo       * io;
 
87
    struct peer_atom       * atom;
84
88
 
85
89
    struct tr_bitfield     * blame;
86
90
    struct tr_bitfield     * have;