store_t Struct Reference

#include <src/store.h>

Collaboration diagram for store_t:
Collaboration graph

Data Fields

mcl_bool_t streamable
 Defines if the data in store is streamable or not. More...
 
list_thigh_priority_list
 Contains high priority store_data_t data. More...
 
list_tlow_priority_list
 Contains low priority store_data_t data. More...
 

Detailed Description

This struct holds references to data to exchange via MCL communication interface.

Definition at line 77 of file store.h.

Field Documentation

list_t* store_t::low_priority_list
mcl_bool_t store_t::streamable

Defines if the data in store is streamable or not.

Definition at line 79 of file store.h.

Referenced by _exchange_fill_http_request().


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