Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@cluster@durable_session_SplitBrain.hrl
Raw

include/lightspeed@cluster@durable_session_SplitBrain.hrl

-record(split_brain, {
current_owner :: binary(),
requested_owner :: binary(),
epoch :: integer()
}).