diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 00:04:10 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-18 00:04:10 -0600 |
commit | 690a9d955e65608b96fad34a2b31e639223798aa (patch) | |
tree | 60bf87a326b6433297ee86e8d039199e4d4becdb /net9p.h | |
parent | 4412b908755c7b9899cf8cce4e0985aa6816121a (diff) |
wip
Diffstat (limited to 'net9p.h')
-rw-r--r-- | net9p.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,14 +1,6 @@ #ifndef _NET9P_H_ #define _NET9P_H_ -typedef struct { - int fd; -} net9p_listen_stack_t; - -typedef struct { - int fd; -} net9p_worker_stack_t; - void net9p_listen_cr(void *); void net9p_worker_cr(void *); |