1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Refactor common/io/filter module with inline getters/setters.

Extend the pattern introduced in 79a2d02c to the common/io/filter module.
This commit is contained in:
David Steele
2021-04-12 16:05:40 -04:00
parent 3b9bed9518
commit 8844ced384
25 changed files with 198 additions and 244 deletions

View File

@ -14,7 +14,7 @@ stress testing as needed.
#include "common/crypto/hash.h"
#include "common/compress/gz/compress.h"
#include "common/compress/lz4/compress.h"
#include "common/io/filter/filter.intern.h"
#include "common/io/filter/filter.h"
#include "common/io/filter/sink.h"
#include "common/io/bufferRead.h"
#include "common/io/bufferWrite.h"