18#ifndef __SERVER_DATASTORE_DATASTOREMESSAGE_H
19#define __SERVER_DATASTORE_DATASTOREMESSAGE_H
Basic message format for sending on a Channel.
u32 ProcessID
Process Identification Number.
unsigned long Address
A memory address.
unsigned int Size
Any sane size indicator cannot go negative.
Action
Actions which may be performed on the datastore.
Address address
Address of mapped buffer inside client process.
Size size
Size of the buffer.
Datastore::Action action
Action to perform.
ProcessID from
Source of the message.
Datastore::Result result
Result of action.
char key[32]
Key specifies the buffer to use.