summaryrefslogtreecommitdiff
path: root/src/lib/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/job.h')
-rw-r--r--src/lib/job.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/job.h b/src/lib/job.h
index 5562afc16..8edde6845 100644
--- a/src/lib/job.h
+++ b/src/lib/job.h
@@ -152,6 +152,7 @@ private:
/** time that this sub-job was started */
time_t _sub_start_time;
std::string _sub_name;
+ time_t _finish_time = 0;
/** mutex for _progress and _last_progress_update */
mutable boost::mutex _progress_mutex;
@@ -162,8 +163,6 @@ private:
this could be a general _state_change if it made more sense.
*/
boost::condition_variable _pause_changed;
-
- int _ran_for;
};
#endif