Displaying 1 result from an estimated 1 matches for "sched_other".
2003 Nov 11
0
Help with include files & current CVS
...#39;t known
asterisk.c:384: warning: implicit declaration of function
`sched_setscheduler'
asterisk.c:384: `SCHED_RR' undeclared (first use in this function)
asterisk.c:384: (Each undeclared identifier is reported only once
asterisk.c:384: for each function it appears in.)
asterisk.c:392: `SCHED_OTHER' undeclared (first use in this function)
asterisk.c:377: warning: unused variable `sched'
make: *** [asterisk.o] Error 1
It seems that the structure sched_param is not defined anywhere. I did
find a definition of sched_param in /usr/include/linux/sched.h but that
file is not included....