20 #ifndef __TPIE_PIPELINING_PRIORITY_TYPE_H__
21 #define __TPIE_PIPELINING_PRIORITY_TYPE_H__
26 typedef int priority_type;
27 const priority_type PRIORITY_NO_NAME = 0;
28 const priority_type PRIORITY_INSIGNIFICANT = 5;
29 const priority_type PRIORITY_SIGNIFICANT = 10;
30 const priority_type PRIORITY_USER = 20;
34 #endif // __TPIE_PIPELINING_PRIORITY_TYPE_H__