mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 23:30:12 +00:00
current-api.h: update docs
This commit is contained in:
parent
c9c4a5788b
commit
26d3718833
@ -213,7 +213,11 @@ int proxmox_backup_write_data(ProxmoxBackupHandle *handle,
|
|||||||
*
|
*
|
||||||
* Upload a chunk of data for the <dev_id> image.
|
* Upload a chunk of data for the <dev_id> image.
|
||||||
*
|
*
|
||||||
* data may be NULL in order to write the zero chunk (only allowed if size == chunk_size)
|
* The data pointer may be NULL in order to write the zero chunk
|
||||||
|
* (only allowed if size == chunk_size)
|
||||||
|
*
|
||||||
|
* Note: The data pointer needs to be valid until the async
|
||||||
|
* opteration is finished.
|
||||||
*/
|
*/
|
||||||
void proxmox_backup_write_data_async(ProxmoxBackupHandle *handle,
|
void proxmox_backup_write_data_async(ProxmoxBackupHandle *handle,
|
||||||
uint8_t dev_id,
|
uint8_t dev_id,
|
||||||
|
Loading…
Reference in New Issue
Block a user