Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 272 → Rev 273

/shark/trunk/ports/first/modules/cbsstar.c
608,6 → 608,13
 
}
 
int CBSSTAR_get_last_reclaiming(LEVEL l)
{
 
return 0;
 
}
 
int CBSSTAR_is_active(LEVEL l, int budget)
{
CBSSTAR_level_des *lev = (CBSSTAR_level_des *)(level_table[l]);