Skip to content
Snippets Groups Projects
Commit f6962500 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] Reactor debug mode

[!] Fixed old deadlock
parent 251d7e4f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 1)
SET( CPACK_PACKAGE_VERSION_PATCH 30)
SET( CPACK_PACKAGE_VERSION_PATCH 33)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
......
Subproject commit 6f8745237388c96a6d196501e14d8f7b2e60875c
Subproject commit 385d7488e40ea253f1c03724d1fb8bf9f1af7234
......@@ -2,6 +2,9 @@
[general]
debug_mode={DEBUG_MODE}
debug_dump_stream_headers=false
# Debug I/O reactor, false by default
#debug_reactor=false
# seed mode. WARNING. Used true only when you start the new network
#seed_mode=false
auto_online={AUTO_ONLINE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment