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

Refactor remaining common/io modules with inline getters/setters.

Extend the pattern introduced in 79a2d02c to the remaining common/io modules.
This commit is contained in:
David Steele
2021-04-13 14:37:02 -04:00
parent 5bf160643b
commit 9fec4ce98c
30 changed files with 263 additions and 328 deletions

View File

@ -5,7 +5,7 @@ Buffer IO Write
#include "common/debug.h"
#include "common/io/bufferWrite.h"
#include "common/io/write.intern.h"
#include "common/io/write.h"
#include "common/log.h"
#include "common/memContext.h"
#include "common/type/object.h"