merging kernel_klips plugin back into trunk

This commit is contained in:
Tobias Brunner
2008-11-11 09:22:00 +00:00
parent c117f24e61
commit ea625fabf9
30 changed files with 3774 additions and 262 deletions
+8 -1
View File
@@ -30,7 +30,7 @@ typedef struct socket_t socket_t;
#include <library.h>
#include <network/packet.h>
#include <utils/host.h>
#include <utils/linked_list.h>
#include <utils/enumerator.h>
/**
* Maximum size of a packet.
@@ -84,6 +84,13 @@ struct socket_t {
*/
status_t (*send) (socket_t *this, packet_t *packet);
/**
* Enumerate the underlying sockets.
*
* @return enumerator_t object
*/
enumerator_t *(*create_enumerator) (socket_t *this);
/**
* Destroy socket.
*/