Changed pipe name

This commit is contained in:
acidicoala
2023-01-21 20:25:59 +03:00
parent 6606c01fda
commit 6288aa149c
3 changed files with 3 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ Default::: `{}`
`store_config`:: An object that specifies offsets required for store mode operation. `store_config`:: An object that specifies offsets required for store mode operation.
It will override the config fetched from {steam_config}[remote source] or local cache. It will override the config fetched from {steam_config}[remote source] or local cache.
Do not modify this value. Do not modify this value unless you know what you are doing.
+ +
[horizontal] [horizontal]
Type::: Object (Map of String to Integer) Type::: Object (Map of String to Integer)

View File

@@ -119,7 +119,7 @@ namespace store {
); );
NEW_THREAD({ NEW_THREAD({
koalabox::ipc::init_pipe_server("smoke_api.store_mode", [](const koalabox::ipc::Request& request) { koalabox::ipc::init_pipe_server("smokeapi.store.steam", [](const koalabox::ipc::Request& request) {
koalabox::ipc::Response response; koalabox::ipc::Response response;
if (request.name < equals > "config::reload") { if (request.name < equals > "config::reload") {