X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1d95145df4657e19b9a02db53de4c9f758a0c6f5..20bbf9b0608d4ab29fb25ab4f795001d0cdca5b5:/src/mc/mc_client.cpp diff --git a/src/mc/mc_client.cpp b/src/mc/mc_client.cpp index 733ecba4e4..cf57b91816 100644 --- a/src/mc/mc_client.cpp +++ b/src/mc/mc_client.cpp @@ -62,7 +62,7 @@ void MC_client_init(void) mc_client->active = 1; // Waiting for the model-checker: - if (ptrace(PTRACE_TRACEME, 0, NULL, NULL) == -1 || raise(SIGSTOP) != 0) + if (ptrace(PTRACE_TRACEME, 0, nullptr, NULL) == -1 || raise(SIGSTOP) != 0) xbt_die("Could not wait for the model-checker"); MC_client_handle_messages(); }