Skip to content

Commit

Permalink
Complete migration from sync_receiver to sync_agent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil McKee committed Apr 13, 2016
1 parent e2d07a5 commit c307fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linux/hsflowd_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ extern "C" {
adaptorsElem.counterBlock.adaptors = xenstat_adaptors(sp, state->domId, &myAdaptors, HSP_MAX_VIFS);
SFLADD_ELEMENT(cs, &adaptorsElem);

SEMLOCK_DO(sp->sync_receiver) {
SEMLOCK_DO(sp->sync_agent) {
sfl_poller_writeCountersSample(poller, cs);
}
}
Expand Down

0 comments on commit c307fcf

Please sign in to comment.