Skip to content

Commit

Permalink
Move network-msg-processing code out of main to its own file
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Dec 2, 2016
1 parent 87c35f5 commit e736772
Show file tree
Hide file tree
Showing 16 changed files with 3,107 additions and 3,039 deletions.
2 changes: 2 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ BITCOIN_CORE_H = \
merkleblock.h \
miner.h \
net.h \
net_processing.h \
netaddress.h \
netbase.h \
netmessagemaker.h \
Expand Down Expand Up @@ -183,6 +184,7 @@ libbitcoin_server_a_SOURCES = \
merkleblock.cpp \
miner.cpp \
net.cpp \
net_processing.cpp \
noui.cpp \
policy/fees.cpp \
policy/policy.cpp \
Expand Down
1 change: 1 addition & 0 deletions src/bench/checkblock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include "chainparams.h"
#include "main.h"
#include "streams.h"
#include "consensus/validation.h"

namespace block_bench {
Expand Down
1 change: 1 addition & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include "miner.h"
#include "netbase.h"
#include "net.h"
#include "net_processing.h"
#include "policy/policy.h"
#include "rpc/server.h"
#include "rpc/register.h"
Expand Down
Loading

0 comments on commit e736772

Please sign in to comment.