nfs-ganesha 1.4
|
#include "config.h"
#include <sys/utsname.h>
#include "ganesha_rpc.h"
#include "nsm.h"
#include "nlm4.h"
#include "log.h"
#include "nfs_core.h"
Go to the source code of this file.
Functions | |
bool_t | nsm_connect () |
void | nsm_disconnect () |
bool_t | nsm_monitor (state_nsm_client_t *host) |
bool_t | nsm_unmonitor (state_nsm_client_t *host) |
void | nsm_unmonitor_all (void) |
Variables | |
pthread_mutex_t | nsm_mutex = PTHREAD_MUTEX_INITIALIZER |
CLIENT * | nsm_clnt |
unsigned long | nsm_count |
char * | nodename |