2 // This file is part of the aMule Project.
4 // Copyright (c) 2003-2008 aMule Team ( admin@amule.org / http://www.amule.org )
5 // Copyright (c) 2002-2008 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 Requested_File_Struct
{
84 unsigned char fileid
[16];
88 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
92 __attribute__((__packed__
));
95 struct Pending_Block_Struct
{
96 Requested_Block_Struct
* block
;
97 struct z_stream_s
* zStream
; // Barry - Used to unzip packets
98 uint32 totalUnzipped
; // Barry - This holds the total unzipped bytes for all packets so far
99 uint32 fZStreamError
: 1,
108 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
111 struct ServerMet_Struct
{
116 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
120 __attribute__((__packed__
));
123 struct TransferredData
{
129 //Kry import of 0.30d
130 // Maella -Enhanced Chunk Selection- (based on jicxicmic)
131 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
135 uint16 part
; // Index of the chunk
137 uint16 frequency
; // Availability of the chunk
138 uint16 rank
; // Download priority factor (highest = 0, lowest = 0xffff)
141 #if defined(_MSC_VER) || defined(__SUNPRO_CC)
145 __attribute__((__packed__
));
148 struct Category_Struct
158 #endif // OTHERSTRUCTS_H
159 // File_checked_for_headers