src/Configuration.h
branchv_0
changeset 1 d93ea7346b66
parent 0 e8f15f432efc
child 3 2b57c8683ffe
--- a/src/Configuration.h	Sun May 01 18:42:53 2022 +0200
+++ b/src/Configuration.h	Tue Jul 26 23:22:24 2022 +0200
@@ -30,7 +30,7 @@
 public:
 
 	relpipe::common::type::Integer messageCount = 1;
-	relpipe::common::type::StringX relation = L"socket";
+	relpipe::common::type::StringX relation = L"message";
 	relpipe::common::type::StringX queue = L"/relpipe";
 	relpipe::common::type::Boolean unlinkOnClose = false;