Rename core_config to buffer_config namespace

This commit is contained in:
2020-06-04 11:59:05 +02:00
parent a6e1c6c84e
commit 422b599b38
21 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "formats.hpp"
#include "gtest/gtest.h"
using namespace core_buffer;
using namespace buffer_config;
TEST(FastQueue, basic_interaction)
{
+1 -1
View File
@@ -6,7 +6,7 @@ extern "C" {
}
using namespace std;
using namespace core_buffer;
using namespace buffer_config;
TEST(bitshuffle, simple_compression)
{
+1 -1
View File
@@ -7,7 +7,7 @@ using namespace std;
TEST(BufferUtils, get_filename)
{
auto expected_file = "/root/device-1/12300000/12345000" +
core_buffer::FILE_EXTENSION;
buffer_config::FILE_EXTENSION;
auto root_folder = "/root";
auto device_name = "device-1";