diff options
| author | tomsmeding <tom.smeding@gmail.com> | 2018-08-29 22:51:58 +0200 |
|---|---|---|
| committer | tomsmeding <tom.smeding@gmail.com> | 2018-08-29 22:51:58 +0200 |
| commit | 34ab0451bdd1e7496d607acb6ee209586ee7e86e (patch) | |
| tree | adf3a587581418bf381fd3b98f38fc55d192b0f2 | |
| parent | 9da9ab3e4517328ffe0fd0aaf23e2056b705ad76 (diff) | |
Rename job.{cpp,h} to scheduler
| -rw-r--r-- | main.cpp | 2 | ||||
| -rw-r--r-- | scheduler.cpp (renamed from job.cpp) | 2 | ||||
| -rw-r--r-- | scheduler.h (renamed from job.h) | 0 |
3 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ #include <unistd.h> #include <sys/stat.h> #include <sys/time.h> -#include "job.h" +#include "scheduler.h" #include "process.h" #include "error.h" #include "multilog.h" @@ -1,7 +1,7 @@ #include <iostream> #include <chrono> #include <cassert> -#include "job.h" +#include "scheduler.h" void Scheduler::workerEntry() { while (true) { |
