client/server: transparent handling of storing compressed logs
[fio.git] / server.h
index dc4a4198e5d82ff79bb76d3e51d2fff58523773a..5a59d07345f1cdfe4284444599b6faa4ff38917b 100644 (file)
--- a/server.h
+++ b/server.h
@@ -172,6 +172,11 @@ struct cmd_text_pdu {
        uint8_t buf[0];
 };
 
+enum {
+       XMIT_COMPRESSED         = 1U,
+       STORE_COMPRESSED        = 2U,
+};
+
 struct cmd_iolog_pdu {
        uint64_t nr_samples;
        uint32_t thread_number;