summaryrefslogtreecommitdiff
path: root/src/trg-client.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-13 12:24:26 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-13 12:24:26 +0000
commit44f1b8154a57621ecd79cd7da8e905fb18b49e56 (patch)
tree17425827cdeb4742cb5980e01659c9743f66636a /src/trg-client.h
parent0cfe0fe3f21d026428da4c1412a97591afafd77b (diff)
spawn requests from a thread pool
Diffstat (limited to 'src/trg-client.h')
-rw-r--r--src/trg-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-client.h b/src/trg-client.h
index 480d828..4a587f9 100644
--- a/src/trg-client.h
+++ b/src/trg-client.h
@@ -49,6 +49,7 @@ typedef struct {
char *password;
char *proxy;
GHashTable *torrentTable;
+ GThreadPool *pool;
GConfClient *gconf;
GMutex *updateMutex;
} trg_client;