|
nfs-ganesha 1.4
|
Go to the source code of this file.
Classes | |
| struct | btest |
| struct | testparam |
Enumerations | |
| enum | test_number { ONE = 1, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE } |
Functions | |
| void | btest_init_defaults (struct btest *b) |
| void | testparam_init_defaults (struct testparam *t) |
| void | free_testparam (struct testparam *t) |
| char * | get_test_directory (struct testparam *t) |
| char * | get_log_file (struct testparam *t) |
| struct btest * | get_btest_args (struct testparam *param, enum test_number k) |
| struct testparam * | readin_config (char *fname) |
| enum test_number |
Definition at line 4 of file Connectathon_config_parsing.h.
| void btest_init_defaults | ( | struct btest * | b | ) |
Definition at line 14 of file Connectathon_config_parsing.c.
| void free_testparam | ( | struct testparam * | t | ) |
Definition at line 51 of file Connectathon_config_parsing.c.
| struct btest* get_btest_args | ( | struct testparam * | param, |
| enum test_number | k | ||
| ) | [read] |
Definition at line 70 of file Connectathon_config_parsing.c.
| char* get_log_file | ( | struct testparam * | t | ) |
Definition at line 65 of file Connectathon_config_parsing.c.
| char* get_test_directory | ( | struct testparam * | t | ) |
Definition at line 60 of file Connectathon_config_parsing.c.
| struct testparam* readin_config | ( | char * | fname | ) | [read] |
Definition at line 84 of file Connectathon_config_parsing.c.
| void testparam_init_defaults | ( | struct testparam * | t | ) |
Definition at line 36 of file Connectathon_config_parsing.c.
1.7.3