Add control() support to stack layers modules

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4815 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2003-09-25 14:11:42 +00:00
parent 82a6b372bd
commit 6f073e3ca9
@@ -85,8 +85,9 @@ struct net_layer_module_info nlmi = {
init,
uninit,
enable,
NULL, // no control()
output_buffer,
NULL // interface layer: no input_buffer
NULL // interface layer: no input_buffer()
};
_EXPORT module_info *modules[] = {