Skip to content

Why do we have both SyncMethod.elements and GenSync.myData? #81

Description

@novakboskov

SyncMethods such as IBLTSync use SyncMethod.elements to store their data (pointers to DataObject). Why don't they use GenSync.myData?

GenSync and SyncMethod are in 1-to-1 relation, means one GenSync has one SyncMethod, as per GenSync.h:570. What is the reason to store apparently the same information in these two places?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions