Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@raft_SendVoteRequest.hrl
Raw

include/aarondb@raft_SendVoteRequest.hrl

-record(send_vote_request, {
to :: gleam@erlang@process:pid_(),
term :: integer(),
candidate :: gleam@erlang@process:pid_()
}).