MCPcopy Create free account
hub / github.com/apache/mesos / getContainerIOSwitchboardSocketPath

Function getContainerIOSwitchboardSocketPath

src/slave/containerizer/mesos/paths.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209
210
211string getContainerIOSwitchboardSocketPath(
212 const string& runtimeDir,
213 const ContainerID& containerId)
214{
215 return path::join(
216 getContainerIOSwitchboardPath(runtimeDir, containerId),
217 SOCKET_FILE);
218}
219
220
221string getContainerIOSwitchboardSocketProvisionalPath(

Calls 2

joinFunction · 0.50

Tested by

no test coverage detected