Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 136 → Rev 137

/shark/trunk/kernel/modules/rr.c
20,11 → 20,11
 
/**
------------
CVS : $Id: rr.c,v 1.4 2003-01-07 17:07:50 pj Exp $
CVS : $Id: rr.c,v 1.5 2003-04-28 11:52:05 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-01-07 17:07:50 $
Revision: $Revision: 1.5 $
Last update: $Date: 2003-04-28 11:52:05 $
------------
 
This file contains the scheduling module RR (Round Robin)
286,6 → 286,7
nrt_task_def_usemath(m);
nrt_task_def_nokill(m);
nrt_task_def_ctrl_jet(m);
nrt_task_def_stack(m,30000);
 
p = task_create("Main", __init__, (TASK_MODEL *)&m, NULL);