commit | ddc874c46c585cf2962468788c78c57ddcd89c6f | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Wed Jun 17 20:34:05 2020 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Wed Jun 17 20:36:28 2020 +0200 |
tree | 7bc147307b1475a80f81c87ddc00e32aa24db220 | |
parent | 8d7b5178240b05f3afab073ad606b40f27d538f2 [diff] |
BUG/MEDIUM: fd: Call fd_stop_recv() when we just got a fd. In fd_takeover(), when a double-width compare-and-swap is implemented, make sure, if we managed to get the fd, to call fd_stop_recv() on it, so that the thread that used to own it will know it has to stop polling it.