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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/job.h b/src/lib/job.h
index 2a77f78f7..95599bdbb 100644
--- a/src/lib/job.h
+++ b/src/lib/job.h
@@ -70,6 +70,8 @@ public:
protected:
+ virtual int remaining_time () const;
+
enum State {
NEW, ///< the job hasn't been started yet
RUNNING, ///< the job is running