diff options
Diffstat (limited to 'src/lib/job_manager.h')
| -rw-r--r-- | src/lib/job_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/job_manager.h b/src/lib/job_manager.h index b946c1a98..d0e83e26f 100644 --- a/src/lib/job_manager.h +++ b/src/lib/job_manager.h @@ -51,11 +51,11 @@ public: private: /* This function is part of the test suite */ friend void ::wait_for_jobs (); - + JobManager (); ~JobManager (); void scheduler (); - + mutable boost::mutex _mutex; std::list<boost::shared_ptr<Job> > _jobs; bool _terminate; |
