1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 09:13:06 +00:00

forgot to check this one in. thanks to nickshanks, webaake, et al

This commit is contained in:
Charles Kerr 2007-08-13 18:41:19 +00:00
parent 7254a96ce8
commit 3fe2dbe5d0

View file

@ -34,7 +34,8 @@ enum
TR_FR_PEERS = (1<<2),
TR_FR_PROGRESS = (1<<3),
TR_FR_PRIORITY = (1<<4),
TR_FR_SPEEDLIMIT = (1<<5)
TR_FR_SPEEDLIMIT = (1<<5),
TR_FR_RUN = (1<<6),
};
/**