Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 352 → Rev 353

/shark/trunk/kernel/grpcreat.c
18,11 → 18,11
 
/**
------------
CVS : $Id: grpcreat.c,v 1.4 2003-11-05 15:05:11 giacomo Exp $
CVS : $Id: grpcreat.c,v 1.5 2003-12-10 16:54:58 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.4 $
Last update: $Date: 2003-11-05 15:05:11 $
Revision: $Revision: 1.5 $
Last update: $Date: 2003-12-10 16:54:58 $
------------
 
This file contains:
64,7 → 64,8
#include <errno.h>
#include <kernel/var.h>
#include <kernel/func.h>
#include <kernel/trace.h>
//#include <kernel/trace.h>
#include <tracer.h>
 
static DWORD unique_task_ID = 0;
 
302,7 → 303,8
proc_table[i].context = c;
 
/* Tracer stuff */
trc_logevent(TRC_CREATE,&i);
TRACER_LOGEVENT(FTrace_EVT_task_create,3,i,(int)c);
 
//kern_printf("[c%i %i]",i,proc_table[i].context);
/* Count the task if it is an Application or System Task... */