Hermes
0.9.5-beta
Hierarchical Distributed I/O Buffering System
|
#include <buffer_organizer.h>
Public Attributes | |
struct { | |
BufferID src | |
TargetID dest | |
} | move_args |
struct { | |
BufferID src | |
TargetID dest | |
} | copy_args |
struct { | |
BufferID src | |
} | delete_args |
A union of structures to represent buffer organizer arguments
BufferID hermes::BoArgs::src |
source buffer ID
TargetID hermes::BoArgs::dest |
destination target ID
struct { ... } hermes::BoArgs::move_args |
A structure to represent move arguments
struct { ... } hermes::BoArgs::copy_args |
A structure to represent copy arguments
struct { ... } hermes::BoArgs::delete_args |
A structure to represent delete arguments