Skip to content

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

@eyalroz

Description

@eyalroz

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions