| plan 9 kernel history: overview | file list | diff list |
1991/1101/port/portdat.h (diff list | history)
| 1991/10302/sys/src/9/port/portdat.h:137,142 – 1991/1101/sys/src/9/port/portdat.h:137,143 (short | long | prev | next) | ||
|
Add Chan.offl — lock offset.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0428 | { QLock rdl; /* read access */ QLock wrl; /* write access */ | |
| 1991/1101 | Lock offl; /* offset access */ | |
| 1991/0428 | Ref; union{ Chan *next; /* allocation */ | |