Skip to content
Snippets Groups Projects
Commit d443cda0 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Improve Synchronizer handling

- The constructor is now private and can only be called by the
SynchronizerManager

- Building of exchange info is cleaner: checking if the lists have
been build (on-demand) is no more obtained by checking if the lists
are empty, one now use a unique pointer that is filled at
construction. This strategy is safer (for instance, a processor could
be empty which would generate a code crash in the previous
implementation).
parent be8df395
No related branches found
No related tags found
1 merge request!131Improve Synchronizer handling
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment