diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-10-07 22:42:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-10-07 22:42:49 +0100 |
| commit | bed01a8e72f31e73ea8f206f9b18d5910416e0c2 (patch) | |
| tree | 7d8e4801075fc47cb5883e1ae2fff45733426144 /src/lib/job_manager.h | |
| parent | d9fd19336dcb823a5f0199adf41b37eb8d177f4d (diff) | |
Simple test to make sure a couple of simple make DCP jobs complete.
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 d1d33cfc2..8b79fd67d 100644 --- a/src/lib/job_manager.h +++ b/src/lib/job_manager.h @@ -41,6 +41,7 @@ public: 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; + bool errors () const; static JobManager* instance (); |
