|
JULEA
|
Data Fields | ||
| guint32 | index | |
| JMessage * | message | |
| JList * | operations | |
| JSemantics * | semantics | |
| gboolean | ret | |
| union { | ||
| struct { | ||
| JList * buffers | ||
| } read | ||
| struct { | ||
| JList * bytes_written | ||
| } write | ||
| }; | ||
Data for background operations.
| union { ... } JDistributedObjectBackgroundData |
The union for read and write parts.
| JList* JDistributedObjectBackgroundData::buffers |
The list of buffers to fill. Contains JDistributedObjectReadBuffer elements.
| JList* JDistributedObjectBackgroundData::bytes_written |
| guint32 JDistributedObjectBackgroundData::index |
| JMessage* JDistributedObjectBackgroundData::message |
| JList* JDistributedObjectBackgroundData::operations |
| struct { ... } JDistributedObjectBackgroundData::read |
The read part.
| gboolean JDistributedObjectBackgroundData::ret |
| JSemantics* JDistributedObjectBackgroundData::semantics |
| struct { ... } JDistributedObjectBackgroundData::write |
The write part.