# HG changeset patch # User Michiel Broek # Date 1408046553 -7200 # Node ID 793c09ece5423a958c2520d711155d8202c38498 # Parent a0f1deb65889cfb6f8df39e3d9845cc798cc4275 Increase priority for the devices thread diff -r a0f1deb65889 -r 793c09ece542 thermferm/devices.c --- a/thermferm/devices.c Thu Aug 14 21:50:38 2014 +0200 +++ b/thermferm/devices.c Thu Aug 14 22:02:33 2014 +0200 @@ -410,6 +410,9 @@ syslog(LOG_NOTICE, "Thread my_devices_loop started"); + rc = piHiPri(10); + syslog(LOG_NOTICE, "Thread my_devices_loop piHiPri(10) rc=%d", rc); + /* * Loop forever until the external shutdown variable is set. */