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