Page MenuHomePhabricator

Various nits in the RCU mechanism
ClosedPublic

Authored by deadalnix on Jan 13 2019, 17:52.

Details

Summary

Remove uneeded include.
Rename variable with poor name foo.
Remove redundant loads as compare_exchange_weak update expected value when the update fails.
Fix copyright notice.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Also fix copyright year for te test.

jasonbcox retitled this revision from Various nits in the RUC mechanism to Various nits in the RCU mechanism.
This revision is now accepted and ready to land.Jan 13 2019, 21:00
This revision was automatically updated to reflect the committed changes.