PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
local_conn.c File Reference
#include "local_conn.h"
#include "local.h"
#include "local_listen.h"
#include <kernel/fs/devfs.h>
#include <kernel/sched/wait.h>
#include <kernel/sync/lock.h>
#include <stdlib.h>
#include <sys/list.h>
Include dependency graph for local_conn.c:

Go to the source code of this file.

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.