From d559c50a98e65ce889411b46ab108b392907e0f0 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 24 Sep 2024 09:51:37 -0600 Subject: wip 9p --- srv9p.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srv9p.c') diff --git a/srv9p.c b/srv9p.c index c7d1dde..822a9ea 100644 --- a/srv9p.c +++ b/srv9p.c @@ -10,7 +10,7 @@ int main() { error(1, -sock, "netio_listen"); for (int i = 0; i < 8; i++) - if (!coroutine_add(net9p_cr, NULL)) + if (!coroutine_add(net9p_cr, &sock)) error(1, 0, "coroutine_add(net9p_cr, NULL)"); coroutine_main(); -- cgit v1.2.3-2-g168b