summaryrefslogtreecommitdiffstats
path: root/fastos
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2016-06-30 14:42:53 +0200
committerArne H Juul <arnej@yahoo-inc.com>2016-06-30 15:02:16 +0200
commitfbd5218f6bfd0c7ff53b9c44ecef570e1db3b51a (patch)
tree26cfdf7d617d6bd16354e1613f083a6262b59fbb /fastos
parent64d8495c7715566069edee8e6d0dad0aa9e78db3 (diff)
jobs.h -> job.h
Diffstat (limited to 'fastos')
-rw-r--r--fastos/src/tests/job.h (renamed from fastos/src/tests/jobs.h)0
-rw-r--r--fastos/src/tests/thread_bounce_test.cpp2
-rw-r--r--fastos/src/tests/thread_joinwait_test.cpp2
-rw-r--r--fastos/src/tests/thread_mutex_test.cpp2
-rw-r--r--fastos/src/tests/thread_sleep_test.cpp2
-rw-r--r--fastos/src/tests/thread_stats_test.cpp2
-rw-r--r--fastos/src/tests/threadtest.cpp2
7 files changed, 6 insertions, 6 deletions
diff --git a/fastos/src/tests/jobs.h b/fastos/src/tests/job.h
index 1f771effba3..1f771effba3 100644
--- a/fastos/src/tests/jobs.h
+++ b/fastos/src/tests/job.h
diff --git a/fastos/src/tests/thread_bounce_test.cpp b/fastos/src/tests/thread_bounce_test.cpp
index 69ca81e3708..91ec6030daa 100644
--- a/fastos/src/tests/thread_bounce_test.cpp
+++ b/fastos/src/tests/thread_bounce_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
class Thread_Bounce_Test : public BaseForThreadTest
diff --git a/fastos/src/tests/thread_joinwait_test.cpp b/fastos/src/tests/thread_joinwait_test.cpp
index 38cc249e803..106c534a259 100644
--- a/fastos/src/tests/thread_joinwait_test.cpp
+++ b/fastos/src/tests/thread_joinwait_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
class Thread_JoinWait_Test : public BaseForThreadTest
diff --git a/fastos/src/tests/thread_mutex_test.cpp b/fastos/src/tests/thread_mutex_test.cpp
index 417558ea74d..00327d73e28 100644
--- a/fastos/src/tests/thread_mutex_test.cpp
+++ b/fastos/src/tests/thread_mutex_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
#define MUTEX_TEST_THREADS 6
diff --git a/fastos/src/tests/thread_sleep_test.cpp b/fastos/src/tests/thread_sleep_test.cpp
index 87b2c040b3a..a2ed714af4d 100644
--- a/fastos/src/tests/thread_sleep_test.cpp
+++ b/fastos/src/tests/thread_sleep_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
class Thread_Sleep_Test : public BaseForThreadTest
diff --git a/fastos/src/tests/thread_stats_test.cpp b/fastos/src/tests/thread_stats_test.cpp
index 2f1a9b0d51a..2475e8fb878 100644
--- a/fastos/src/tests/thread_stats_test.cpp
+++ b/fastos/src/tests/thread_stats_test.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"
class Thread_Stats_Test : public BaseForThreadTest
diff --git a/fastos/src/tests/threadtest.cpp b/fastos/src/tests/threadtest.cpp
index f1e56f4fe77..0ca10e19738 100644
--- a/fastos/src/tests/threadtest.cpp
+++ b/fastos/src/tests/threadtest.cpp
@@ -3,7 +3,7 @@
#include <vespa/fastos/fastos.h>
#include "tests.h"
-#include "jobs.h"
+#include "job.h"
#include "base_thread.hpp"