ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast
new-ast-unique-expr
pthread-emulation
qualifiedEnum
|
Last change
on this file since ffa48a8 was 53e4562, checked in by Thierry Delisle <tdelisle@…>, 5 years ago |
|
Added options to list files instead of running the server
|
-
Property mode
set to
100644
|
|
File size:
240 bytes
|
| Line | |
|---|
| 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 file_cache_list;
|
|---|
| 12 | bool procstats;
|
|---|
| 13 | bool viewhalts;
|
|---|
| 14 | cluster * the_cluster;
|
|---|
| 15 | };
|
|---|
| 16 |
|
|---|
| 17 | extern Options options;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.