mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 12:52:38 +00:00
This prevents fd leaks when the user of the API forgets to pass CloseAfterSending to IPC::File. Since we are calling leak_fd in the constructor, we want it to also take care of closing. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Concepts.h | ||
| Connection.cpp | ||
| Connection.h | ||
| ConnectionFromClient.h | ||
| ConnectionToServer.h | ||
| Decoder.cpp | ||
| Decoder.h | ||
| Encoder.cpp | ||
| Encoder.h | ||
| File.h | ||
| Forward.h | ||
| Message.h | ||
| MultiServer.h | ||
| SingleServer.h | ||
| Stub.h | ||