Listing peers.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@252 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2005-02-02 21:51:40 +00:00
parent 5f102a5dcf
commit bd7849199c
13 changed files with 182 additions and 65 deletions
+5 -2
View File
@@ -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;