mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 12:25:35 +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:
@@ -20,13 +20,13 @@
|
||||
#include "cdc_rsync/base/message_pump.h"
|
||||
#include "cdc_rsync/base/server_exit_code.h"
|
||||
#include "cdc_rsync/client_file_info.h"
|
||||
#include "cdc_rsync/client_socket.h"
|
||||
#include "cdc_rsync/file_finder_and_sender.h"
|
||||
#include "cdc_rsync/parallel_file_opener.h"
|
||||
#include "cdc_rsync/progress_tracker.h"
|
||||
#include "cdc_rsync/protos/messages.pb.h"
|
||||
#include "cdc_rsync/server_arch.h"
|
||||
#include "cdc_rsync/zstd_stream.h"
|
||||
#include "common/client_socket.h"
|
||||
#include "common/gamelet_component.h"
|
||||
#include "common/log.h"
|
||||
#include "common/path.h"
|
||||
|
||||
Reference in New Issue
Block a user