Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 502 → Rev 657

/shark/trunk/kernel/modules/ps.c
20,11 → 20,11
 
/**
------------
CVS : $Id: ps.c,v 1.7 2004-03-10 14:51:44 giacomo Exp $
CVS : $Id: ps.c,v 1.8 2004-05-17 15:03:52 anton Exp $
 
File: $File$
Revision: $Revision: 1.7 $
Last update: $Date: 2004-03-10 14:51:44 $
Revision: $Revision: 1.8 $
Last update: $Date: 2004-05-17 15:03:52 $
------------
 
This file contains the aperiodic server PS (Polling Server)
318,7 → 318,7
}
}
 
static void PS_public_activate(LEVEL l, PID p)
static void PS_public_activate(LEVEL l, PID p, struct timespec *t)
{
PS_level_des *lev = (PS_level_des *)(level_table[l]);