nfs-ganesha 1.4
|
#include <pthread.h>
#include <unistd.h>
#include "log.h"
#include "nfs4.h"
#include "sal_functions.h"
#include "nfs_proto_functions.h"
#include "nfs_core.h"
Go to the source code of this file.
Defines | |
#define | REAPER_DELAY 10 |
Functions | |
void * | reaper_thread (void *UnusedArg) |
Variables | |
unsigned int | reaper_delay = REAPER_DELAY |
#define REAPER_DELAY 10 |
nfs_reaper_thread.c : check for expired clients and whack them.
Definition at line 42 of file nfs_reaper_thread.c.
void* reaper_thread | ( | void * | UnusedArg | ) |
Definition at line 126 of file nfs_reaper_thread.c.
unsigned int reaper_delay = REAPER_DELAY |
Definition at line 44 of file nfs_reaper_thread.c.