1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-17 01:12:23 +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

@ -8,11 +8,11 @@ TLS Session
#include "common/crypto/common.h"
#include "common/debug.h"
#include "common/io/io.h"
#include "common/io/read.intern.h"
#include "common/io/session.intern.h"
#include "common/io/read.h"
#include "common/io/session.h"
#include "common/io/tls/client.h"
#include "common/io/tls/session.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"