mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 21:41:00 +00:00
When receiving a file descriptor over IPC, the receiver must now call take_fd() on the IPC::File to take over the descriptor. Otherwise, IPC::File will close the file on destruction. |
||
|---|---|---|
| .. | ||
| Client.cpp | ||
| Client.h | ||
| CMakeLists.txt | ||
| Download.cpp | ||
| Download.h | ||