SOLA
|
#include <promise_message.h>
Public Member Functions | |
SERIALIZE (instance_id, prepare_id, station_id, already_accepted, accepted_prepare_id, accepted_station_id) uint32_t instance_id=0 | |
Public Attributes | |
uint32_t | prepare_id = 0 |
uint32_t | station_id = 0 |
bool | already_accepted = false |
uint32_t | accepted_prepare_id = 0 |
uint32_t | accepted_station_id = 0 |
< Promise message from acceptors to proposer to promise that the acceptor will accept new values for the given instance (if no other station with higher priority for the same instance is also sending a prepare message before the original proposer can propagate its occupancy to all acceptors).