add 'd.multicall.filtered' command

This commit is contained in:
pyroscope
2018-06-15 00:40:00 +02:00
parent 6c278668e4
commit 885836f68b
3 changed files with 48 additions and 0 deletions
+1
View File
@@ -120,6 +120,7 @@ public:
// Need to explicity trigger filtering.
void filter();
void filter_by(const torrent::Object& condition, base_type& result);
void filter_download(core::Download* download);
const torrent::Object& get_filter() const { return m_filter; }