Skip to content

Commit 3cf779b

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

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
@@ -137,6 +137,7 @@ BITCOIN_CORE_H = \
137137
common/bloom.h \
138138
common/init.h \
139139
common/run_command.h \
140+
common/sv2_connman.h \
140141
common/sv2_messages.h \
141142
common/sv2_noise.h \
142143
common/sv2_transport.h \
@@ -689,6 +690,7 @@ libbitcoin_common_a_SOURCES = \
689690
common/interfaces.cpp \
690691
common/messages.cpp \
691692
common/run_command.cpp \
693+
common/sv2_connman.cpp \
692694
common/sv2_noise.cpp \
693695
common/settings.cpp \
694696
common/signmessage.cpp \

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ BITCOIN_TESTS =\
152152
test/sock_tests.cpp \
153153
test/span_tests.cpp \
154154
test/streams_tests.cpp \
155+
test/sv2_connman_tests.cpp \
155156
test/sv2_messages_tests.cpp \
156157
test/sv2_noise_tests.cpp \
157158
test/sv2_transport_tests.cpp \

0 commit comments

Comments
 (0)