Implementation of get_active_transfers method.
| 357 | |
| 358 | // Implementation of get_active_transfers method. |
| 359 | inline int curl_multi::get_active_transfers() const NOEXCEPT { |
| 360 | return this->active_transfers; |
| 361 | } |
| 362 | |
| 363 | // Implementation of get_message_queued method. |
| 364 | inline int curl_multi::get_message_queued() const NOEXCEPT { |