]> git.proxmox.com Git - proxmox-backup.git/commit
tools: daemon: rename some structs
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Mar 2019 12:44:37 +0000 (13:44 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 19 Mar 2019 10:09:46 +0000 (11:09 +0100)
commite4311382d9d13683b16123625a5d27b866099921
tree53c489f03bd24d529a7f66e8c086274cc84a9df0
parent5e7bc50af150e3ca730dcd47b9e395cd4ad1dfe2
tools: daemon: rename some structs

Reloadable resources are now 'Reloadable' instead of
'ReexecContinue'.

The struct handling the reload is a 'Reloader', not a
'ReexecStore'.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-proxy.rs
src/tools/daemon.rs