From 94bd732348535de399f8f003e3a1cbc8a81ab839 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 31 Jan 2016 13:26:09 +0000 Subject: core: refactoring: add job_type_to_access_method remove duplication --- src/core/job.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/job.h') diff --git a/src/core/job.h b/src/core/job.h index 52866fdc48..bbf5471e8b 100644 --- a/src/core/job.h +++ b/src/core/job.h @@ -240,3 +240,5 @@ const char* job_result_to_string(JobResult t) _const_; JobResult job_result_from_string(const char *s) _pure_; int job_get_timeout(Job *j, uint64_t *timeout) _pure_; + +const char* job_type_to_access_method(JobType t); -- cgit v1.2.3-54-g00ecf