mirror of
https://github.com/containers/podman.git
synced 2025-06-03 20:33:20 +08:00

As part of the rework of exec sessions, we want to split Create and Start - and, as a result, we need to keep everything needed to start exec sessions in the struct, not just the bare minimum for tracking running ones. Signed-off-by: Matthew Heon <matthew.heon@pm.me>