Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 671 → Rev 672

/shark/trunk/include/kernel/model.h
21,11 → 21,11
 
/**
------------
CVS : $Id: model.h,v 1.7 2004-05-25 10:02:18 giacomo Exp $
CVS : $Id: model.h,v 1.8 2004-05-25 10:12:59 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2004-05-25 10:02:18 $
Revision: $Revision: 1.8 $
Last update: $Date: 2004-05-25 10:12:59 $
------------
 
This file contains the definitions of the task and resource models.
521,7 → 521,7
int arrivals;
} ELASTIC_TASK_MODEL;
#define elastic_task_default_model(m,dl) \
#define elastic_task_default_model(m) \
task_default_model((m).t,ELASTIC_PCLASS), \
(m).Tmin = 0, \
(m).Tmax = 0, \