You've already forked pgbackrest
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user