Commit 2bced238 authored by Dominik Charousset's avatar Dominik Charousset

fixed several issues related to message priorities

this patch fixes several bugs that are related to the recently added
support for priorities; it also refactors the remote actors unit test
and improves logging
parent 8ecfc7db
...@@ -93,7 +93,7 @@ program program::create(const char* kernel_source) { ...@@ -93,7 +93,7 @@ program program::create(const char* kernel_source) {
throw std::runtime_error(oss.str()); throw std::runtime_error(oss.str());
} }
else { else {
# ifdef CPPA_ENABLE_DEBUG # ifdef CPPA_DEBUG_MODE
device_ptr device_used(cppa::detail::singleton_manager:: device_ptr device_used(cppa::detail::singleton_manager::
get_command_dispatcher()-> get_command_dispatcher()->
m_devices.front().dev_id); m_devices.front().dev_id);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment