store_data_stream_info_t Struct Reference

#include <src/store.h>

Collaboration diagram for store_data_stream_info_t:
Collaboration graph

Data Fields

mcl_size_t meta_stream_index
 Index of meta stream. More...
 
mcl_size_t payload_stream_index
 Index of payload stream. More...
 
string_ttuple_subboundary
 Subboundary of tuple. More...
 
int meta_state
 Meta state. More...
 
int payload_state
 Payload state. More...
 

Detailed Description

Definition at line 43 of file store.h.

Field Documentation

int store_data_stream_info_t::meta_state

Meta state.

Definition at line 48 of file store.h.

Referenced by _exchange_add_current_data_to_request_by_streaming().

mcl_size_t store_data_stream_info_t::meta_stream_index

Index of meta stream.

Definition at line 45 of file store.h.

Referenced by _exchange_add_current_data_to_request_by_streaming().

int store_data_stream_info_t::payload_state

Payload state.

Definition at line 49 of file store.h.

Referenced by _exchange_add_current_data_to_request_by_streaming().

mcl_size_t store_data_stream_info_t::payload_stream_index

Index of payload stream.

Definition at line 46 of file store.h.

Referenced by _exchange_add_current_data_to_request_by_streaming().

string_t* store_data_stream_info_t::tuple_subboundary

Subboundary of tuple.

Definition at line 47 of file store.h.

Referenced by _exchange_add_current_data_to_request_by_streaming(), and _store_list_destroy_callback().


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