My Project
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Attributes | List of all members
msu_state Struct Reference

The structure contining msu state. More...

Public Attributes

struct composite_key key
 The key with which the state is stored. More...
 
size_t size
 The size of the data being stored. More...
 
int group_id
 An ID to facilitate the transferring of state between msus (not implemented yet) More...
 
int32_t id
 A unique identifier for the state (not used at the moment, will be utilized in state transfer) More...
 
void * data
 The payload of the state. More...
 
UT_hash_handle hh
 For use with the UT hash structure. More...
 

Detailed Description

The structure contining msu state.

Definition at line 35 of file msu_state.c.

Member Data Documentation

void* msu_state::data

The payload of the state.

Definition at line 46 of file msu_state.c.

int msu_state::group_id

An ID to facilitate the transferring of state between msus (not implemented yet)

Definition at line 41 of file msu_state.c.

UT_hash_handle msu_state::hh

For use with the UT hash structure.

Definition at line 48 of file msu_state.c.

int32_t msu_state::id

A unique identifier for the state (not used at the moment, will be utilized in state transfer)

Definition at line 44 of file msu_state.c.

struct composite_key msu_state::key

The key with which the state is stored.

Definition at line 37 of file msu_state.c.

size_t msu_state::size

The size of the data being stored.

Definition at line 39 of file msu_state.c.


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