mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-13 13:42:30 +00:00
Added resource for max open files.
Fixed bug that could cause infinit looping on SIGBUS. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@460 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -33,6 +33,8 @@ struct CURLMsg;
|
||||
|
||||
namespace core {
|
||||
|
||||
class CurlStack;
|
||||
|
||||
class CurlGet : public torrent::Http {
|
||||
public:
|
||||
friend class CurlStack;
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
|
||||
namespace core {
|
||||
|
||||
class CurlGet;
|
||||
|
||||
class CurlStack {
|
||||
public:
|
||||
friend class CurlGet;
|
||||
|
||||
Reference in New Issue
Block a user