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:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user