Changeset 2760 for hydranode/hncore/ed2k/downloadlist.h
- Timestamp:
- 03/04/06 03:46:21 (3 years ago)
- Files:
-
- hydranode/hncore/ed2k/downloadlist.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hncore/ed2k/downloadlist.h
r2613 r2760 60 60 uint32_t getSourceCount() const { return m_sources.size(); } 61 61 uint64_t getLastSrcExch() const { return m_lastSrcExch; } 62 uint64_t getLastUdpQuery() const { return m_lastUdpQuery; }63 62 PartData* getPartData() const { return m_partData; } 64 63 uint32_t getSourceLimit() const { return m_sourceLimit; } … … 124 123 uint64_t m_lastSrcExch; //!< time of last source-exchange req 125 124 uint32_t m_sourceLimit; //!< limit sources 126 uint64_t m_lastUdpQuery; //!< last udp query time127 125 }; 128 126 … … 193 191 bool valid(Download *ptr) const; 194 192 195 /**196 * Selects next download for sending ServerUDP query to197 *198 * \returns Download to be queried, or 0 if something goes wrong199 */200 Download* getNextForUdpQuery();201 202 193 //! Emitted when a download is removed 203 194 boost::signal<void (Download&)> onRemoved;
