Define a NETWORK_MODULES_ROOT to easy change the stack modules root folder name,

to help avoiding conflict with BONE one for example...
Update each network module name to use this prefix.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6035 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2004-01-12 23:28:41 +00:00
parent 8f505c3de4
commit ff3cf53035
6 changed files with 12 additions and 5 deletions
+2
View File
@@ -17,6 +17,8 @@
#include <module.h>
#define NETWORK_MODULES_ROOT "obos_network/"
struct kernel_net_module_info {
module_info info;
int (*start)(void *);