17244: Use crunch-run's cgroup, not init's, for "host" stats.
[arvados.git] / lib / crunchrun / executor.go
index 29abab631f2c03bba9cd2deb7d49bd56571b4ab0..308b05cdeb33b529d46564658cdb5c6dcfc8b1af 100644 (file)
@@ -51,9 +51,8 @@ type containerExecutor interface {
        // Start the container
        Start() error
 
-       // Process ID of a process in the container (return 0 or
-       // negative if container is finished or no process has started
-       // yet)
+       // Process ID of a process in the container.  Return 0 if
+       // container is finished or no process has started yet.
        Pid() int
 
        // Stop the container immediately