X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/a243be6b0e0af216b0bd53bc82d6cd315d43b181..3547772c2f2424e6b3f7d4b7414e939947e7c3f4:/options.cpp diff --git a/options.cpp b/options.cpp index 3e0f92d..3eed8a2 100644 --- a/options.cpp +++ b/options.cpp @@ -39,7 +39,7 @@ namespace opt { // Simulation parameters int log_rate = 1; - bool exit_request = false; + volatile std::sig_atomic_t exit_request = 0; // Platform and deployment std::string platform_file;