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

Function getContainerIOSwitchboardPidPath

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

Source from the content-addressed store, hash-verified

168
169
170string getContainerIOSwitchboardPidPath(
171 const string& runtimeDir,
172 const ContainerID& containerId)
173{
174 return path::join(
175 getContainerIOSwitchboardPath(runtimeDir, containerId),
176 PID_FILE);
177}
178
179
180Result<pid_t> getContainerIOSwitchboardPid(

Callers 2

_prepareMethod · 0.85

Calls 2

joinFunction · 0.50

Tested by

no test coverage detected