globus_connect_gridftp_server  16.7
Data Fields
globus_dsi_rest_write_block_arg_s Struct Reference

Single-block write specialization data_write_callback_arg. More...

#include <globus_dsi_rest.h>

Data Fields

void * block_data
 
size_t block_len
 

Detailed Description

Single-block write specialization data_write_callback_arg.

A pointer to a data structure of this type must be be used as the data_write_callback_arg parameter when using the globus_dsi_rest_write_block() function as the data_write_callback to globus_dsi_rest_request().

Field Documentation

◆ block_data

void* globus_dsi_rest_write_block_arg_s::block_data

Data to send to the server

◆ block_len

size_t globus_dsi_rest_write_block_arg_s::block_len

Length of the data


The documentation for this struct was generated from the following file: