From b0ad42a97cc5fb962d229b9c9743989e2f47216f Mon Sep 17 00:00:00 2001 From: Alan Date: Fri, 24 Aug 2012 14:19:50 +0100 Subject: consider seed ratios in the new cell renderer like Transmisson does, as well as some other scenarios so it behaves almost like the Transmission. lots of new fields added to the model for this. --- src/trg-client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/trg-client.h') diff --git a/src/trg-client.h b/src/trg-client.h index 490ac9c..dc234d6 100644 --- a/src/trg-client.h +++ b/src/trg-client.h @@ -161,6 +161,8 @@ void trg_client_reset_failcount(TrgClient * tc); void trg_client_inc_serial(TrgClient * tc); void trg_client_inc_connid(TrgClient * tc); gboolean trg_client_update_session(TrgClient *tc, GSourceFunc callback, gpointer data); +gboolean trg_client_get_seed_ratio_limited(TrgClient *tc); +gdouble trg_client_get_seed_ratio_limit(TrgClient *tc); G_END_DECLS #endif /* _TRG_CLIENT_H_ */ -- cgit v1.2.3