Changeset 1058 for trunk/libtorrent/src/protocol/peer_connection_base.h
- Timestamp:
- 05/05/08 15:16:26 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/protocol/peer_connection_base.h
r1032 r1058 137 137 void cancel_transfer(BlockTransfer* transfer); 138 138 139 // Insert into the poll unless we're blocking for throttling etc. 140 void read_insert_poll_safe(); 141 void write_insert_poll_safe(); 142 139 143 protected: 140 144 static const uint32_t extension_must_encrypt = ~uint32_t(); … … 176 180 177 181 bool send_pex_message(); 178 179 // Insert into the poll unless we're blocking for throttling etc.180 void read_insert_poll_safe();181 void write_insert_poll_safe();182 182 183 183 DownloadMain* m_download;
