diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-05-25 18:37:04 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-05-25 18:37:16 -0400 |
commit | 8ab4f282c06d67074b872dbda0be37636fdd5186 (patch) | |
tree | e6c2ea2a5e2b70fc73ea6c81c39ca5a630d42e11 /src/netbase.cpp | |
parent | e043bfce684f84bca413518a8452b3207123a031 (diff) | |
parent | fb434159d18e8077ae2d31e1a54c2f8248a6366a (diff) |
Merge #15622: Remove global symbols: Avoid using the global namespace if possible
fb434159d1 Remove global symbols: Avoid using the global namespace if possible (practicalswift)
Pull request description:
Remove global symbols: Avoid using the global namespace if possible.
Partially resolves #15612 ("Reduce the number of global symbols used").
Change in global symbols as reported by `nm bitcoind` before vs after:
```
$ diff -u <(nm src/bitcoind-before | c++filt | grep -E '^[0-9a-f]+ [A-Z] ' | cut -f3- -d' ' | sort -u) \
<(nm src/bitcoind-after | c++filt | grep -E '^[0-9a-f]+ [A-Z] ' | cut -f3- -d' ' | sort -u) \
| grep -E '^[+-][^+-]'
-boundSockets
-cs_warnings
-eventHTTP
-fFeeEstimatesInitialized
-fLargeWorkForkFound
-fLargeWorkInvalidChainFound
-pathHandlers
-strMiscWarning[abi:cxx11]
-threadHTTP
```
ACKs for commit fb4341:
Tree-SHA512: d2f78f6188a992b0e0de8d107e2c494cfa0faa2de4fda634a1d3606d6515633bec86289cf2a2e78ffe467b17b795e2243cc459fb44e0dfe2fc69899506ff61c9
Diffstat (limited to 'src/netbase.cpp')
0 files changed, 0 insertions, 0 deletions