JULEA
Data Fields
JDistributedObjectBackgroundData Struct Reference

Data Fields

guint32 index
 
JMessagemessage
 
JListoperations
 
JSemanticssemantics
 
gboolean ret
 
union {
   struct {
      JList *   buffers
 
   }   read
 
   struct {
      JList *   bytes_written
 
   }   write
 
}; 
 

Detailed Description

Data for background operations.

Field Documentation

◆ 

union { ... }

The union for read and write parts.

◆ buffers

JList* JDistributedObjectBackgroundData::buffers

The list of buffers to fill. Contains JDistributedObjectReadBuffer elements.

◆ bytes_written

JList* JDistributedObjectBackgroundData::bytes_written

◆ index

guint32 JDistributedObjectBackgroundData::index

◆ message

JMessage* JDistributedObjectBackgroundData::message

◆ operations

JList* JDistributedObjectBackgroundData::operations

◆ 

struct { ... } JDistributedObjectBackgroundData::read

The read part.

◆ ret

gboolean JDistributedObjectBackgroundData::ret

◆ semantics

JSemantics* JDistributedObjectBackgroundData::semantics

◆ 

struct { ... } JDistributedObjectBackgroundData::write

The write part.


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