Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 38 → Rev 115

/shark/trunk/include/modules/cbs.h
21,11 → 21,11
 
/**
------------
CVS : $Id: cbs.h,v 1.2 2003-01-07 17:12:19 pj Exp $
CVS : $Id: cbs.h,v 1.3 2003-03-13 13:39:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-01-07 17:12:19 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:39:04 $
------------
 
This file contains the aperiodic server CBS (Total Bandwidth Server)
103,7 → 103,10
#include <kernel/config.h>
#include <sys/types.h>
#include <kernel/types.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
/*+ flags... +*/
#define CBS_DISABLE_ALL 0 /*+ Task Guarantee enabled +*/
#define CBS_ENABLE_GUARANTEE 1 /*+ Task Guarantee enabled +*/
128,5 → 131,5
No control is done if the task is not a CBS task! +*/
int CBS_get_nact(LEVEL l, PID p);
 
 
__END_DECLS
#endif