Abstract definition of rt-scheduler policy
[ardour.git] / libs / backends / alsa / alsa_midi.cc
index 348586ad202a7d1328f3391f76c1e40b05a6d836..d593f73def1768df8f0631ae281731ead3d793c1 100644 (file)
@@ -72,7 +72,7 @@ static void * pthread_process (void *arg)
 int
 AlsaMidiIO::start ()
 {
-       if (pbd_realtime_pthread_create (SCHED_FIFO, -21, 100000,
+       if (pbd_realtime_pthread_create (PBD_SCHED_FIFO, -21, 100000,
                                &_main_thread, pthread_process, this))
        {
                if (pthread_create (&_main_thread, NULL, pthread_process, this)) {