diff --git a/runtime/src/listener_thread.c b/runtime/src/listener_thread.c index fff839c..3c79898 100644 --- a/runtime/src/listener_thread.c +++ b/runtime/src/listener_thread.c @@ -82,6 +82,9 @@ listener_thread_main(void *dummy) generic_thread_initialize(); + /* Set my priority */ + // runtime_set_pthread_prio(pthread_self(), 0); + while (true) { /* * Block indefinitely on the epoll file descriptor, waiting on up to a max number of events