mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 14:45:37 +02:00
[cdc_rsync] Move sockets to common (#95)
There are no real changes, just moving files around. Sockets will be used in the future to find available ports in cdc_stream. Therefore, they need to be in common.
This commit is contained in:
@@ -31,12 +31,12 @@ cc_binary(
|
||||
"//cdc_rsync:progress_tracker",
|
||||
"//cdc_rsync:zstd_stream",
|
||||
"//cdc_rsync/base:cdc_interface",
|
||||
"//cdc_rsync/base:fake_socket",
|
||||
"//cdc_rsync/base:message_pump",
|
||||
"//cdc_rsync_server:file_deleter_and_sender",
|
||||
"//cdc_rsync_server:file_diff_generator",
|
||||
"//cdc_rsync_server:file_finder",
|
||||
"//cdc_rsync_server:unzstd_stream",
|
||||
"//common:fake_socket",
|
||||
"//common:path_filter",
|
||||
"//common:test_main",
|
||||
"//common:testing_clock",
|
||||
|
||||
Reference in New Issue
Block a user