diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-05-29 00:56:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-05-29 00:56:25 +0100 |
| commit | f2dd76c91f1fd314df12d5dff3b736daf783b9b3 (patch) | |
| tree | f98fcbdb47f849f3168aaadb0d65e04863c2593f /src/lib/job_manager.h | |
| parent | c0a35cebbdd2b2504011ebce1c9885479f78d1d1 (diff) | |
Fix job ordering when sending notification emails (more of #1286).
Diffstat (limited to 'src/lib/job_manager.h')
| -rw-r--r-- | src/lib/job_manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/job_manager.h b/src/lib/job_manager.h index 9cba0fd09..a382dd736 100644 --- a/src/lib/job_manager.h +++ b/src/lib/job_manager.h @@ -41,6 +41,7 @@ class JobManager : public Signaller, public boost::noncopyable { public: boost::shared_ptr<Job> add (boost::shared_ptr<Job>); + boost::shared_ptr<Job> add_after (boost::shared_ptr<Job> after, boost::shared_ptr<Job> j); std::list<boost::shared_ptr<Job> > get () const; bool work_to_do () const; bool errors () const; |
