Commit 0d089520 authored by claes's avatar claes

*** empty log message ***

parent 6c72c271
/* /*
* Proview $Id: rt_proc.c,v 1.3 2005-09-01 14:57:57 claes Exp $ * Proview $Id: rt_proc.c,v 1.4 2006-03-29 12:24:24 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -92,6 +92,7 @@ proc_SetPriority ( ...@@ -92,6 +92,7 @@ proc_SetPriority (
// if (rc != 0) // if (rc != 0)
// return errno_GetStatus(); // return errno_GetStatus();
// Priorities set from rt_ini after start of all processes
sprintf(set, "rt_prio -rp %d %d", prio, pid); sprintf(set, "rt_prio -rp %d %d", prio, pid);
// system(set); // system(set);
return sts; return sts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment