Candidate_v1.6.1
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
|
---|
19 | typedef size_t JobId_t;
|
---|
20 |
|
---|
21 | #endif /* FRAGMENTATION_AUTOMATION_TYPES_HPP_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.