current-api.h: update docs

This commit is contained in:
Dietmar Maurer 2020-07-02 07:12:51 +02:00
parent c9c4a5788b
commit 26d3718833

View File

@ -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,