X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2Falbino.c;h=3979a5153e0cf6c2f63a103db266dc1f1c5832ee;hb=d5d878221c3123ef1d3a335dbc2b1878b3fdb983;hp=2c3cac5d0afe1a6b9e63155c221ecd638258399d;hpb=bf3264b9e340ba5c11cbf59835a8af3db94e0cc2;p=melted diff --git a/src/albino/albino.c b/src/albino/albino.c index 2c3cac5..3979a51 100644 --- a/src/albino/albino.c +++ b/src/albino/albino.c @@ -24,6 +24,10 @@ #include #include +#ifdef __DARWIN__ +#include +#endif + /* Application header files */ #include #include @@ -59,15 +63,6 @@ int main( int argc, char **argv ) } else { - struct sched_param scp; - - // Use realtime scheduling if possible - memset( &scp, '\0', sizeof( scp ) ); - scp.sched_priority = sched_get_priority_max( SCHED_FIFO ) - 1; -#ifndef __DARWIN__ - sched_setscheduler( 0, SCHED_FIFO, &scp ); -#endif - printf( "Miracle Standalone Instance\n" ); parser = miracle_parser_init_local( ); response = valerie_parser_connect( parser );