mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
Listing peers.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@252 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -22,14 +22,17 @@ class CurlStack {
|
||||
// TODO: Set fd_set's only once?
|
||||
void fdset(fd_set* readfds, fd_set* writefds, fd_set* exceptfds, int* maxFd);
|
||||
|
||||
static void global_init();
|
||||
static void global_cleanup();
|
||||
static void init();
|
||||
static void cleanup();
|
||||
|
||||
protected:
|
||||
void add_get(CurlGet* get);
|
||||
void remove_get(CurlGet* get);
|
||||
|
||||
private:
|
||||
CurlStack(const CurlStack&);
|
||||
void operator = (const CurlStack&);
|
||||
|
||||
void* m_handle;
|
||||
|
||||
int m_size;
|
||||
|
||||
Reference in New Issue
Block a user