PatchworkOS
Loading...
Searching...
No Matches
local_conn.h File Reference
#include <kernel/sched/wait.h>
#include <kernel/sync/lock.h>
#include <kernel/utils/ref.h>
#include <kernel/utils/ring.h>
#include <sys/io.h>
#include <sys/list.h>

Go to the source code of this file.

Data Structures

struct  local_conn_t
 Local Connection structure. More...
 

Typedefs

typedef struct local_listen local_listen_t
 

Functions

local_conn_tlocal_conn_new (local_listen_t *listen)
 Allocate and initialize a new local connection.
 
void local_conn_free (local_conn_t *conn)
 Free and deinitialize a local connection.
 

Typedef Documentation

◆ local_listen_t

typedef struct local_listen local_listen_t

Definition at line 11 of file local_conn.h.