1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-08-18 20:41:58 +03:00

Move modules in Protocol directory in subdirectories.

This commit is contained in:
David Steele
2017-05-15 11:12:14 -04:00
parent 33c87b2a1c
commit 2a23157bf2
70 changed files with 3234 additions and 3224 deletions

View File

@@ -25,8 +25,8 @@ use pgBackRest::File;
use pgBackRest::FileCommon;
use pgBackRest::Info;
use pgBackRest::Manifest;
use pgBackRest::Protocol::Common;
use pgBackRest::Protocol::Protocol;
use pgBackRest::Protocol::Common::Common;
use pgBackRest::Protocol::Helper;
use pgBackRestTest::Env::HostEnvTest;
use pgBackRestTest::Common::ExecuteTest;
@@ -52,7 +52,7 @@ sub initModule
(
$self->stanza(),
$self->{strRepoPath},
new pgBackRest::Protocol::Common
new pgBackRest::Protocol::Common::Common
(
OPTION_DEFAULT_BUFFER_SIZE, # Buffer size
OPTION_DEFAULT_COMPRESS_LEVEL, # Compress level