nfs-ganesha 1.4
Functions | Variables

nfs_admin_thread.c File Reference

The file that contain the 'admin_thread' routine for the nfsd. More...

#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include "nfs_core.h"
#include "log.h"
#include "nfs_tcb.h"

Go to the source code of this file.

Functions

void nfs_Init_admin_data (void)
void admin_replace_exports ()
int rebuild_export_list ()
void * admin_thread (void *UnusedArg)

Variables

exportlist_ttemp_pexportlist
pthread_cond_t admin_condvar = PTHREAD_COND_INITIALIZER
pthread_mutex_t mutex_admin_condvar = PTHREAD_MUTEX_INITIALIZER
bool_t reload_exports

Detailed Description

The file that contain the 'admin_thread' routine for the nfsd.

Author:
Author:
deniel
Date:
Date:
2006/01/31 10:08:04
Version:
Revision:
1.6

nfs_admin_thread.c : The file that contain the 'admin_thread' routine for the nfsd.

Definition in file nfs_admin_thread.c.


Function Documentation

void admin_replace_exports ( )

Definition at line 63 of file nfs_admin_thread.c.

void* admin_thread ( void *  UnusedArg)

Definition at line 169 of file nfs_admin_thread.c.

void nfs_Init_admin_data ( void  )

Definition at line 58 of file nfs_admin_thread.c.

int rebuild_export_list ( )

Definition at line 75 of file nfs_admin_thread.c.


Variable Documentation

pthread_cond_t admin_condvar = PTHREAD_COND_INITIALIZER

Definition at line 54 of file nfs_admin_thread.c.

pthread_mutex_t mutex_admin_condvar = PTHREAD_MUTEX_INITIALIZER

Definition at line 55 of file nfs_admin_thread.c.

Definition at line 56 of file nfs_admin_thread.c.

Definition at line 53 of file nfs_admin_thread.c.