diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-24 09:51:37 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-24 09:51:37 -0600 |
commit | d559c50a98e65ce889411b46ab108b392907e0f0 (patch) | |
tree | e38f83c11ae43f48aadead70f180be30df2bab78 /srv9p.c | |
parent | fbd945a03f2d706bb4d62aab6a607c1694d6d77a (diff) |
wip 9p
Diffstat (limited to 'srv9p.c')
-rw-r--r-- | srv9p.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |