source: src/Jobs/JobMarket/types.hpp

Candidate_v1.6.1
Last change on this file was c3de51, checked in by Frederik Heber <heber@…>, 11 years ago

Added FragmentJob, ..Result, JobId, SystemCommandJob, and types from JobMarket.

  • taken over from version v1.1.4 with disclaimer adapted.
  • changed include paths to JobMarket -> Jobs/JobMarket.
  • these files are only used when no HAVE_JOBMARKET is defined.
  • SystemCommandJob had Info, causing extra Chronos entry.
  • Property mode set to 100644
File size: 392 bytes
Line 
1/*
2 * types.hpp
3 *
4 * Originally taken from my JobMarket project at 1.1.4.
5 *
6 * Created on: Oct 23, 2011
7 * Author: heber
8 */
9
10#ifndef FRAGMENTATION_AUTOMATION_TYPES_HPP_
11#define FRAGMENTATION_AUTOMATION_TYPES_HPP_
12
13// include config.h
14#ifdef HAVE_CONFIG_H
15#include <config.h>
16#endif
17
18//!> type for ids of jobs
19typedef size_t JobId_t;
20
21#endif /* FRAGMENTATION_AUTOMATION_TYPES_HPP_ */
Note: See TracBrowser for help on using the repository browser.