source:
trunk/athena/bin/discuss/include/atom.h
@
1931
Revision 1931, 353 bytes checked in by srz, 36 years ago (diff) |
---|
Line | |
---|---|
1 | /* |
2 | * |
3 | * atom.h -- Include file for external atomic file declarations, such |
4 | * as what an afile is. |
5 | * |
6 | */ |
7 | typedef struct { |
8 | int desc; /* UNIX file descriptor */ |
9 | char *dir_list; /* list of blocks */ |
10 | int dirty_blks; /* number of dirty blocks */ |
11 | int file_size; /* original size of file */ |
12 | } *afile; |
13 | |
14 | afile aopen(); |
Note: See TracBrowser
for help on using the repository browser.