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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.