diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-25 01:36:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-25 01:36:53 +0100 |
| commit | 922361469072474da4294a90f1436cd0117cb90f (patch) | |
| tree | e7971d036636e2b29ef348e145d64aa8173c8444 /src/lib/job_manager.h | |
| parent | 82af50304f55a961cba6afefbfa7edd5440bfcc4 (diff) | |
Re-transcode and re-check J2Ks after a bad one is found.
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 f2f5e0057..d1d33cfc2 100644 --- a/src/lib/job_manager.h +++ b/src/lib/job_manager.h @@ -38,6 +38,7 @@ class JobManager public: void add (boost::shared_ptr<Job>); + void 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; |
