X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/a243be6b0e0af216b0bd53bc82d6cd315d43b181..124a609e80fa7bb5b7a7a698df9c6abef910d83e:/options.cpp?ds=sidebyside 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;