diff options
Diffstat (limited to 'gnuradio-runtime/lib/realtime.cc')
-rw-r--r-- | gnuradio-runtime/lib/realtime.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnuradio-runtime/lib/realtime.cc b/gnuradio-runtime/lib/realtime.cc index 603e97a2f1..d7a5462eeb 100644 --- a/gnuradio-runtime/lib/realtime.cc +++ b/gnuradio-runtime/lib/realtime.cc @@ -28,10 +28,9 @@ namespace gr { - rt_status_t - enable_realtime_scheduling() - { +rt_status_t enable_realtime_scheduling() +{ return gr::impl::enable_realtime_scheduling(); - } +} } /* namespace gr */ |