mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
parent
4fe4c9aa63
commit
dd524b56fa
@ -140,6 +140,8 @@ void Libc::Child_config::_generate(Xml_generator &xml, Xml_node config)
|
|||||||
xml.attribute("rtc", node.attribute_value("rtc", Path()));
|
xml.attribute("rtc", node.attribute_value("rtc", Path()));
|
||||||
if (node.has_attribute("pipe"))
|
if (node.has_attribute("pipe"))
|
||||||
xml.attribute("pipe", node.attribute_value("pipe", Path()));
|
xml.attribute("pipe", node.attribute_value("pipe", Path()));
|
||||||
|
if (node.has_attribute("socket"))
|
||||||
|
xml.attribute("socket", node.attribute_value("socket", Path()));
|
||||||
});
|
});
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user