Skip to content

Commit b549fd6

Browse files
Sjorsvasild
andcommitted
Add Sv2Connman
Co-authored-by: Vasil Dimov <[email protected]>
1 parent f910357 commit b549fd6

File tree

5 files changed

+825
-0
lines changed

5 files changed

+825
-0
lines changed

src/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ BITCOIN_CORE_H = \
138138
common/bloom.h \
139139
common/init.h \
140140
common/run_command.h \
141+
common/sv2_connman.h \
141142
common/sv2_messages.h \
142143
common/sv2_noise.h \
143144
common/sv2_transport.h \
@@ -690,6 +691,7 @@ libbitcoin_common_a_SOURCES = \
690691
common/interfaces.cpp \
691692
common/messages.cpp \
692693
common/run_command.cpp \
694+
common/sv2_connman.cpp \
693695
common/sv2_noise.cpp \
694696
common/settings.cpp \
695697
common/signmessage.cpp \

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ BITCOIN_TESTS =\
154154
test/sock_tests.cpp \
155155
test/span_tests.cpp \
156156
test/streams_tests.cpp \
157+
test/sv2_connman_tests.cpp \
157158
test/sv2_messages_tests.cpp \
158159
test/sv2_noise_tests.cpp \
159160
test/sv2_transport_tests.cpp \

0 commit comments

Comments
 (0)