|
nfs-ganesha 1.4
|
#include <stdio.h>#include <string.h>#include <pthread.h>#include <sys/stat.h>#include <time.h>#include "nfs_stat.h"#include "nfs_core.h"#include "nfs_exports.h"#include "external_tools.h"#include "snmp_adm.h"#include "common_utils.h"#include "log.h"Go to the source code of this file.
Defines | |
| #define | SNMPADM_ERROR_INJECTION_COUNT 2 |
Functions | |
| int | getErrInjectInteger (snmp_adm_type_union *param, void *opt) |
| int | setErrInjectInteger (const snmp_adm_type_union *param, void *opt) |
| int | init_error_injector () |
Variables | |
| int | worker_delay_time = 0 |
| int | next_worker_delay_time = 0 |
| #define SNMPADM_ERROR_INJECTION_COUNT 2 |
Definition at line 89 of file err_inject.c.
| int getErrInjectInteger | ( | snmp_adm_type_union * | param, |
| void * | opt | ||
| ) |
Definition at line 53 of file err_inject.c.
| int init_error_injector | ( | ) |
Definition at line 91 of file err_inject.c.
| int setErrInjectInteger | ( | const snmp_adm_type_union * | param, |
| void * | opt | ||
| ) |
Definition at line 67 of file err_inject.c.
| int next_worker_delay_time = 0 |
Definition at line 51 of file err_inject.c.
| int worker_delay_time = 0 |
Definition at line 50 of file err_inject.c.
1.7.3