globus_dsi_rest  0.18
 All Data Structures Files Functions Variables Typedefs Groups Pages
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

void* globus_dsi_rest_write_block_arg_s::block_data

Data to send to the server

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: