Skip to content
Snippets Groups Projects
Commit c848f18f authored by Steven Murray's avatar Steven Murray
Browse files

Scheduler now calls SchedulerDatabase::queue(const ArchiveToDirRequest &).

Before this commit the Scheduler class would call

  SchedulerDatabase::queue(const ArchiveToFileRequest &)

in a loop when handling a user request to archive multiple remote files
to a directory in the archive.  This modification opens the door for the
SchedulerDatabase object to remember more about the context of each
archive request.  In this case which archive to directory request was at
the origin of each of the corresponding archive to file requests.
parent 7388d064
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment