InfiniSQL
v0.1.2-alpha
Massive Scale Transaction Processing
|
Message objects of varying types. Each type eventually inherits from the Message base class. Each type serves a different role in inter-actor communication. More...
#include "Message.h"
Go to the source code of this file.
Variables | |
messageStruct | payloadtype =PAYLOADSOCKET |
messageStruct destAddr | nodeid =nodeidarg |
Message objects of varying types. Each type eventually inherits from the Message base class. Each type serves a different role in inter-actor communication.
Definition in file Message.cc.
messageStruct destAddr nodeid =nodeidarg |
Definition at line 216 of file Message.cc.
messageStruct payloadtype =PAYLOADSOCKET |
Definition at line 215 of file Message.cc.
Referenced by Transaction::sendTransaction().