Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Manually handle the memory associated to the libevent events
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 20 Mar 2023 22:44:59 +0000 (23:44 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 20 Mar 2023 23:35:08 +0000 (00:35 +0100)
commitdf051e680b8c79ff0198e6ec9d3888e96e4676ec
tree98dab97bb0dcc54946d56c2082efa5ffb71a3eb5
parenta8117ad0492ce7b4a42d963915fdd05e6d6a7a9f
Manually handle the memory associated to the libevent events

The previous version with std::unique_ptr resulted in segfaults errors
reported by valgrind, and I fail to get it right.
src/mc/remote/CheckerSide.cpp
src/mc/remote/CheckerSide.hpp