ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 519f11c was
0aec496,
checked in by Thierry Delisle <tdelisle@…>, 4 years ago
|
First attempt at webserver, no option support yet
|
-
Property mode set to
100644
|
File size:
222 bytes
|
Rev | Line | |
---|
[0aec496] | 1 | #pragma once |
---|
| 2 | |
---|
| 3 | #include <stdint.h> |
---|
| 4 | |
---|
| 5 | struct cluster; |
---|
| 6 | |
---|
| 7 | struct Options { |
---|
| 8 | int open_flags; |
---|
| 9 | uint32_t hash_seed; |
---|
| 10 | size_t file_cache_size; |
---|
| 11 | bool procstats; |
---|
| 12 | bool viewhalts; |
---|
| 13 | cluster * the_cluster; |
---|
| 14 | }; |
---|
| 15 | |
---|
| 16 | extern Options options; |
---|
Note: See
TracBrowser
for help on using the repository browser.