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 7383f12 commit e2d07a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Linux/hsflowd_vrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ extern "C" {
adaptorsElem.counterBlock.adaptors = state->interfaces;
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 e2d07a5

Please sign in to comment.