diff -r be76bac8e174 -r 56e23b0b3893 core/componentmanager.lua --- a/core/componentmanager.lua Thu Aug 13 17:21:44 2009 +0500 +++ b/core/componentmanager.lua Tue Aug 18 12:25:59 2009 +0500 @@ -138,4 +138,8 @@ components[host] = handler; end +function get_children(host) + return disco_items:get(host) or NULL; +end + return _M;