Export socket_shutdown from core stack module. Rollback to NET_STACK_GET_COOKIE trick...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -149,6 +149,7 @@ struct core_module_info {
|
||||
int (*socket_getpeername) (struct socket *so, struct sockaddr *, int *);
|
||||
int (*socket_getsockname) (struct socket *so, struct sockaddr *, int *);
|
||||
int (*socket_set_event_callback)(struct socket *so, socket_event_callback, void *, int);
|
||||
int (*socket_shutdown) (struct socket *so, int how);
|
||||
};
|
||||
|
||||
#define NET_CORE_MODULE_NAME "network/core/v1"
|
||||
|
||||
Reference in New Issue
Block a user