Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 24 → Rev 25

/shark/trunk/kernel/modules/trcudp.c
35,7 → 35,7
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* CVS : $Id: trcudp.c,v 1.2 2002-10-28 07:54:52 pj Exp $
* CVS : $Id: trcudp.c,v 1.3 2002-10-28 10:11:38 pj Exp $
*/
 
#include <ll/sys/types.h>
219,8 → 219,10
soft_task_def_arg(model,queue);
m = (TASK_MODEL *)&model;
}
else
else {
m = queue->m;
task_def_arg(*m,queue);
}
 
pid=task_create("trcUDP",online_tracer,m,NULL);
if (pid==-1) {