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

Correct signatures of context::current::peer_to_peer functions #628

Closed
eyalroz opened this issue Mar 31, 2024 · 0 comments
Closed

Correct signatures of context::current::peer_to_peer functions #628

eyalroz opened this issue Mar 31, 2024 · 0 comments
Assignees
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 31, 2024

The context::current::peer_to_peer namespace has the functions declarations:

void enable_access_to(const context_t &context, const context_t &peer_context);
void disable_access_to(const context_t &context, const context_t &peer_context);

... but we actually don't need the accessor context, and indeed, the definition doesn't have it. Embarrassing gaffe... let's fix it.

@eyalroz eyalroz added the bug label Mar 31, 2024
@eyalroz eyalroz self-assigned this Mar 31, 2024
eyalroz added a commit that referenced this issue Apr 5, 2024
…er_to_peer` functions + added documentation
eyalroz added a commit that referenced this issue Apr 20, 2024
…er_to_peer` functions + added documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant