2 // This file is part of the aMule Project.
4 // Copyright (c) 2003-2011 aMule Team ( admin@amule.org / http://www.amule.org )
5 // Copyright (c) 2002-2011 Merkur ( devs@emule-project.net / http://www.emule-project.net )
7 // Any parts of this program derived from the xMule, lMule or eMule project,
8 // or contributed by third-party developers are copyrighted by their
11 // This program is free software; you can redistribute it and/or modify
12 // it under the terms of the GNU General Public License as published by
13 // the Free Software Foundation; either version 2 of the License, or
14 // (at your option) any later version.
16 // This program is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU General Public License for more details.
21 // You should have received a copy of the GNU General Public License
22 // along with this program; if not, write to the Free Software
23 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
26 #ifndef OTHERSTRUCTS_H
27 #define OTHERSTRUCTS_H
29 #include <common/Path.h>
31 // Defined in <zlib.h>
36 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
44 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
48 __attribute__((__packed__
));
51 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
54 struct UDP_Header_Struct
{
58 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
62 __attribute__((__packed__
));
65 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
69 struct Requested_Block_Struct
{
73 unsigned char FileID
[16];
74 uint32 transferred
; // Barry - This counts bytes completed
76 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
80 __attribute__((__packed__
));
83 struct Pending_Block_Struct
{
84 Requested_Block_Struct
* block
;
85 struct z_stream_s
* zStream
; // Barry - Used to unzip packets
86 uint32 totalUnzipped
; // Barry - This holds the total unzipped bytes for all packets so far
87 uint32 fZStreamError
: 1,
96 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
99 struct ServerMet_Struct
{
104 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
108 __attribute__((__packed__
));
111 struct TransferredData
{
117 //Kry import of 0.30d
118 // Maella -Enhanced Chunk Selection- (based on jicxicmic)
119 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
123 uint16 part
; // Index of the chunk
125 uint16 frequency
; // Availability of the chunk
126 uint16 rank
; // Download priority factor (highest = 0, lowest = 0xffff)
129 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
133 __attribute__((__packed__
));
136 struct Category_Struct
146 #endif // OTHERSTRUCTS_H
147 // File_checked_for_headers