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:
Philippe Houdoin
2003-07-10 01:05:14 +00:00
parent a9dd5e21ab
commit bf09be1c1e
2 changed files with 13 additions and 13 deletions
+1
View File
@@ -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"