Add support for task expiration (#3546)
This commit is contained in:
committed by
GitHub
parent
2bd609afe3
commit
213b9d3aee
@@ -56,6 +56,7 @@ public:
|
||||
void get_changes (std::vector <Task>&);
|
||||
void revert ();
|
||||
void gc ();
|
||||
void expire_tasks ();
|
||||
int latest_id ();
|
||||
|
||||
// Generalized task accessors.
|
||||
|
||||
Reference in New Issue
Block a user