summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/main.cpp
diff options
context:
space:
mode:
authorAleksandar Donchev <aleksander.donchev@partner.bmw.de>2018-02-07 10:51:17 +0100
committerJacqueline Molz <Jacqueline.Molz@bmw.de>2018-02-13 12:54:59 +0100
commitb6753f2666811af437c8711dd06509e4c7ca3f33 (patch)
tree9f4032a508e717cb55e2cf38912e1d46565e53d8 /AudioManagerDaemon/src/main.cpp
parentd6481481d86408a5b1c74162012167ed57ac6ee9 (diff)
downloadaudiomanager-b6753f2666811af437c8711dd06509e4c7ca3f33.tar.gz
The real-time scheduler removed.
Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I7c8a2c474bc8fac62c76a46545a231c518edb2a8
Diffstat (limited to 'AudioManagerDaemon/src/main.cpp')
-rwxr-xr-xAudioManagerDaemon/src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index 879687d..8271db4 100755
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -387,11 +387,6 @@ iControlSender.setControllerReady();
*/
int main(int argc, char *argv[], char** envp)
{
- //Set runtime-scheduler with priority and policy for all threads. You can define the priority and policy via cmake.
- //If the cmake option WITH_REALTIME_SCHEDULER is OFF the following macro is empty.
- //If a thread needs other settings you can use CAmSocketHandler::setRuntimeScheduler(...)
- SET_REALTIME_SCHEDULER()
-
(void) envp;
listCommandPluginDirs.push_back(std::string(DEFAULT_PLUGIN_COMMAND_DIR));
listRoutingPluginDirs.push_back(std::string(DEFAULT_PLUGIN_ROUTING_DIR));