merging kernel_klips plugin back into trunk
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user