nfs-ganesha 1.4
Defines | Functions | Variables

nfs_reaper_thread.c File Reference

#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 Documentation

#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.


Function Documentation

void* reaper_thread ( void *  UnusedArg)

Todo:
: should this be configurable?

Definition at line 126 of file nfs_reaper_thread.c.


Variable Documentation

unsigned int reaper_delay = REAPER_DELAY

Definition at line 44 of file nfs_reaper_thread.c.