| plan 9 kernel history: overview | file list | diff list |
1990/11151/port/stasync.c (diff list | history)
| 1990/1009/sys/src/9/port/stasync.c:59,65 – 1990/11151/sys/src/9/port/stasync.c:59,73 (short | long | prev | next) | ||
| 1990/1009 | static void asyncopen(Queue*, Stream*); static void asyncclose(Queue*); static void asyncreset(void); | |
| 1990/11151 | Qinfo asyncinfo = { asynciput, asyncoput, asyncopen, asyncclose, "async", asyncreset }; | |
| 1990/1009 | int asyncdebug = 0; int asyncerror; | |