From: Roland Haeder <roland@mxchange.org>
Date: Sat, 12 Sep 2015 20:47:54 +0000 (+0200)
Subject: Added config entry for IPC socket file name.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a00846bed0ea8eb2af632aed3e83c866404463be;p=hub.git

Added config entry for IPC socket file name.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---

diff --git a/application/hub/config.php b/application/hub/config.php
index 727c01d0e..3340351b3 100644
--- a/application/hub/config.php
+++ b/application/hub/config.php
@@ -705,6 +705,9 @@ $cfg->setConfigEntry('socket_registry_class', 'SocketRegistry');
 // CFG: SOCKET-CONTAINER-CLASS
 $cfg->setConfigEntry('socket_container_class', 'SocketContainer');
 
+// CFG: IPC-SOCKET-FILE-NAME
+$cfg->setConfigEntry('ipc_socket_file_name', 'php_hub_ipc_socket');
+
 // CFG: PACKAGE-RECIPIENT-DISCOVERY-CLASS
 $cfg->setConfigEntry('package_recipient_discovery_class', 'PackageRecipientDiscovery');
 
diff --git a/core b/core
index d60234c0c..f2b20fb27 160000
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit d60234c0c2d12e646511cdc4a09a78b0fcf8275c
+Subproject commit f2b20fb2751e539c238464eba533c47f484d7ee7