mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-02-07 07:45: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:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "cdc_rsync_server/unzstd_stream.h"
|
||||
|
||||
#include "cdc_rsync/base/socket.h"
|
||||
#include "common/socket.h"
|
||||
#include "common/status.h"
|
||||
|
||||
namespace cdc_ft {
|
||||
|
||||
Reference in New Issue
Block a user