MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / aeClosePipesForForkChild

Function aeClosePipesForForkChild

src/ae.cpp:919–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919void aeClosePipesForForkChild(aeEventLoop *el)
920{
921 close(el->fdCmdRead);
922 el->fdCmdRead = -1;
923 close(el->fdCmdWrite);
924 el->fdCmdWrite = -1;
925}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected