fixup: address PR review comments

- Merge io.h/c back into protocol.h/c
- Change send_data to take Data* argument
- Remove redundant file_load_data from send_chunk
- Move compression into file_send_single_calls
- Move file_receive from multiprocessing.c to file.c
This commit is contained in:
2026-07-16 11:54:20 +02:00
parent 02619cca5c
commit d36768792a
11 changed files with 87 additions and 100 deletions
-1
View File
@@ -3,7 +3,6 @@
#include "config.h"
#include "data.h"
#include "file.h"
#include "io.h"
#include "log.h"
#include "metadata.h"
#include "multiprocessing.h"