]> git.proxmox.com Git - proxmox-backup.git/commit
protocol: add C header work in progress and test client
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 15 Mar 2019 11:35:38 +0000 (12:35 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 15 Mar 2019 11:40:47 +0000 (12:40 +0100)
commit33b1767d05551ad9ed0f597bb62c21936956560e
tree887e10a91b41aef512fa0d8dc303b6c6d1ebfe95
parent7f497b2e687ce545c5205deb882097c6074176a2
protocol: add C header work in progress and test client

The test client simply (optionally) requests a list of
hashes of an existing file.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
proxmox-protocol/proxmox-protocol.h [new file with mode: 0644]
tests/proto-client.c [new file with mode: 0644]