Sign in
plan9port
/
plan9
/
ff3dce55bfbc7da32db11803f2acac7ec30c35c9
/
.
/
src
/
libventi
/
queue.h
blob: 2807783bddf7184c2426e36418c8f4156cf2bd2b [
file
] [
log
] [
blame
]
typedef
struct
Queue
Queue
;
Queue
*
_vtqalloc
(
void
);
int
_vtqsend
(
Queue
*,
void
*);
void
*
_vtqrecv
(
Queue
*);
void
_vtqhangup
(
Queue
*);
void
*
_vtnbqrecv
(
Queue
*);
void
_vtqfree
(
Queue
*);