scm: support --listen flag for uds

Support the --listen flag to mu scm, to start listening on a Unix domain socket.
This commit is contained in:
Dirk-Jan C. Binnema
2025-08-16 20:28:00 +03:00
parent 8c706a77db
commit e56c848952
6 changed files with 52 additions and 15 deletions

View File

@ -216,7 +216,6 @@ init_subrs()
#pragma GCC diagnostic pop
}
void
Mu::Scm::init_store(const Store& store)
{