include/lightspeed@cluster@durable_session_SplitBrain.hrl

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