mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
forgot to check this one in. thanks to nickshanks, webaake, et al
This commit is contained in:
parent
7254a96ce8
commit
3fe2dbe5d0
1 changed files with 2 additions and 1 deletions
|
@ -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),
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue