21 #ifndef BT_SUPERSEEDER_H
22 #define BT_SUPERSEEDER_H
24 #include <ktorrent_export.h>
25 #include <util/constants.h>
92 QMultiMap<bt::Uint32,bt::PeerInterface*> active_chunks;
93 QMap<bt::PeerInterface*,bt::Uint32> active_peers;
96 typedef QMultiMap<bt::Uint32,bt::PeerInterface*>::iterator ActiveChunkItr;
97 typedef QMap<bt::PeerInterface*,bt::Uint32>::iterator ActivePeerItr;
102 #endif // BT_SUPERSEEDER_H