Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't use CLOEXEC
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 2 Apr 2023 08:04:10 +0000 (10:04 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 2 Apr 2023 08:04:15 +0000 (10:04 +0200)
commit8cd522fa188768493253eb4318e18ecb62aec748
treeea174adaea1dd3f6ee3c79d12093b62465b2d7c8
parentb41e6a1f15f499dfd49ec43164fc833ad2ffc04c
Don't use CLOEXEC

In one case (Checker->App), we were removing it after setup so we
don't need it.

In the other case (App->App), it was just to be tiddy but it's not
really useful: Forking applications are barely supported anyway.
src/mc/api/RemoteApp.cpp
src/mc/remote/AppSide.cpp
src/mc/remote/CheckerSide.cpp