]> git.proxmox.com Git - proxmox-backup.git/commit
api2/types: add TaskStateType struct
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 6 Oct 2020 10:25:23 +0000 (12:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Oct 2020 10:58:52 +0000 (12:58 +0200)
commit5976c392ad58060894bde80d3ff22e1ee605be1b
tree6fb4e50885b7093563c204263522da892b3d6a11
parenta92b2d6a002121c008614df0a54a8ebd8dede5b3
api2/types: add TaskStateType struct

the same as the regular TaskState, but without its fields, so that
we can use the api macro and use it as api call parameter

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/api2/types/mod.rs