21,11 → 21,11 |
|
/** |
------------ |
CVS : $Id: model.h,v 1.3 2003-03-13 13:36:28 pj Exp $ |
CVS : $Id: model.h,v 1.4 2003-11-13 08:58:21 giacomo Exp $ |
|
File: $File$ |
Revision: $Revision: 1.3 $ |
Last update: $Date: 2003-03-13 13:36:28 $ |
Revision: $Revision: 1.4 $ |
Last update: $Date: 2003-11-13 08:58:21 $ |
------------ |
|
This file contains the definitions of the task and resource models. |
211,6 → 211,8 |
#define SIGTIMEOUT_EXPIRED 0x10000 /*+ if the sigwait timer expires this |
flag is set... +*/ |
|
/* flag to avoid task_makefree called 2 times */ |
#define TASK_MAKEFREE 0x100000 |
|
/* Some macros to set various task-model parameters */ |
#define task_default_model(m,p) (m).pclass = (p), \ |