We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The context::current::peer_to_peer namespace has the functions declarations:
context::current::peer_to_peer
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.
The text was updated successfully, but these errors were encountered:
Fixes #628, regards #3: Corrected signatures of `context::current::pe…
4ddecd1
…er_to_peer` functions + added documentation
5017a9d
eecd427
eyalroz
No branches or pull requests
The
context::current::peer_to_peer
namespace has the functions declarations:... but we actually don't need the accessor context, and indeed, the definition doesn't have it. Embarrassing gaffe... let's fix it.
The text was updated successfully, but these errors were encountered: