per-operation application options More...
#include <cldc.h>
Data Fields | |
int(* | cb )(struct cldc_call_opts *, enum cle_err_codes) |
void * | private |
enum cld_msg_ops | op |
union { | |
struct { | |
struct cld_msg_get_resp resp | |
const char * buf | |
unsigned int size | |
char inode_name [CLD_INODE_NAME_MAX] | |
} get | |
} | u |
per-operation application options
const char* cldc_call_opts::buf |
int(* cldc_call_opts::cb)(struct cldc_call_opts *, enum cle_err_codes) |
struct { ... } cldc_call_opts::get |
char cldc_call_opts::inode_name[CLD_INODE_NAME_MAX] |
void* cldc_call_opts::private |
struct cld_msg_get_resp cldc_call_opts::resp [read] |
unsigned int cldc_call_opts::size |
union { ... } cldc_call_opts::u |