vv9k / podman-api-rs

Rust interface to Podman (libpod).
MIT License
84 stars 12 forks source link

PreCheckpoint support #163

Closed antoniocalagna98 closed 1 year ago

antoniocalagna98 commented 1 year ago

Hi everyone!

Thank you very much for the excellent work you have been doing.

I found out that some booleans for the ContainerCheckpointOptions are missing, namely, "PreCheckpoint" and "withPrevious".

These were introduced in the official LibPod APIs starting from version 4.3 (see Checkpoint API)

Thank you in advance for your time.

vv9k commented 1 year ago

Hello!

Thanks for your report. I've added missing options in #164, hope it resolves your issues.