Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Runc::state()
returns wrong type with async feature
It's a very small change so I figured it's simpler to open a PR than an issue first. The sync `state` method returns `Container` but for async returns `Vec<usize>`, and I couldn't locate an explanation for why these might be different so I assume it's a mistake. From a user perspective too I want Container rather than a usize vec. Signed-off-by: Andrew Baxter <[email protected]>
- Loading branch information