]> git.proxmox.com Git - proxmox-backup.git/commit
move RRD code into proxmox-rrd crate
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 6 Oct 2021 05:06:17 +0000 (07:06 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 6 Oct 2021 06:13:28 +0000 (08:13 +0200)
commit09340f28f5e5e8f797a7d2528e5fb2ee3b354c9b
tree91d6fc77f2165063872a867eb4f28166502d9166
parent20497c6346736cc5bd91d122a162988b64916ef5
move RRD code into proxmox-rrd crate
16 files changed:
Cargo.toml
Makefile
pbs-api-types/src/lib.rs
proxmox-rrd/Cargo.toml [new file with mode: 0644]
proxmox-rrd/src/cache.rs [new file with mode: 0644]
proxmox-rrd/src/lib.rs [new file with mode: 0644]
proxmox-rrd/src/rrd.rs [new file with mode: 0644]
src/api2/admin/datastore.rs
src/api2/node/rrd.rs
src/api2/status.rs
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-proxy.rs
src/lib.rs
src/rrd/cache.rs [deleted file]
src/rrd/mod.rs [deleted file]
src/rrd/rrd.rs [deleted file]