Page MenuHomePhabricator

net: pass CConnman via pointer rather than reference
ClosedPublic

Authored by deadalnix on Sep 10 2018, 09:03.

Details

Summary

There are a few too many edge-cases here to make this a scripted diff.

The following commits will move a few functions into PeerLogicValidation, where
the local connman instance can be used. This change prepares for that usage.

This is a backport from commit 28f11e9406b185dc87144f1f29af0d93eb115b4e from Core.

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Branch
corepr10756
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3236
Build 4559: Bitcoin ABC Buildbot (legacy)
Build 4558: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 10 2018, 19:16
This revision was automatically updated to reflect the committed changes.