#include <messages.h>
Public Member Functions | |
message () | |
message (actorref a1, method m1, actorref a2, method m2, params p) | |
bool | operator== (const message &m) const |
bool | operator!= (const message &m) const |
bool | operator< (const message &m) const |
Static Public Member Functions | |
static message | null_msg () |
static void | set_nid (const net_id &n) |
Public Attributes | |
serial_no | serial |
rttime_t | must_run_before |
rttime_t | must_run_after |
actorref | sender |
method | caller |
actorref | receiver |
method | callee |
syncref | sync |
params | m_params |
timestamp_t | timestamp |
bool | synchronous |
Static Private Attributes | |
static serial_generator | generator |
Classes | |
class | serial_generator |
class | serial_no |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|