db/DatabasePrint: support descending sort

This commit is contained in:
Max Kellermann
2017-12-18 21:50:14 +01:00
parent 6246d36fe6
commit 7a55ab6acc
4 changed files with 25 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ void
db_selection_print(Response &r, Partition &partition,
const DatabaseSelection &selection,
bool full, bool base,
TagType sort,
TagType sort, bool descending,
unsigned window_start, unsigned window_end);
void