mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
* simplify the the choking intervals
* fix peer-mgr destructor bug * send debugging messagese to TR_DEBUG_FD instead of the console
This commit is contained in:
@@ -21,6 +21,7 @@ typedef struct tr_ptrArray tr_ptrArray;
|
||||
typedef void (*PtrArrayForeachFunc)(void *);
|
||||
|
||||
tr_ptrArray * tr_ptrArrayNew ( void );
|
||||
tr_ptrArray * tr_ptrArrayDup ( tr_ptrArray* );
|
||||
void tr_ptrArrayForeach ( tr_ptrArray*, PtrArrayForeachFunc func );
|
||||
void tr_ptrArrayFree ( tr_ptrArray*, PtrArrayForeachFunc func );
|
||||
void* tr_ptrArrayNth ( tr_ptrArray*, int n );
|
||||
|
||||
Reference in New Issue
Block a user