Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raft: make relationship between node and RawNode explicit #10803

Merged
merged 1 commit into from
Jun 7, 2019

Commits on Jun 7, 2019

  1. raft: make relationship between node and RawNode explicit

    This will keep them from diverging to much. In fact we should remove
    some of the obvious differences that have crept in over time so that
    what remains is structural. This isn't done in this commit since
    it amounts to a change in the public API; we should lump this in
    when we break the public API the next time.
    tbg committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    cbb7730 View commit details
    Browse the repository at this point in the history