nfs-ganesha 1.4
|
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include "log.h"
#include "fsal.h"
Go to the source code of this file.
Defines | |
#define | CMD_BUFFER_SIZE 1024 |
#define | CONFIG_FILE "/var/hpss/etc/hpss.ganesha.nfsd.conf" |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
time_t | ServerBootTime |
#define CMD_BUFFER_SIZE 1024 |
Definition at line 49 of file Convert_FSAL_Handle.c.
#define CONFIG_FILE "/var/hpss/etc/hpss.ganesha.nfsd.conf" |
Definition at line 51 of file Convert_FSAL_Handle.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 55 of file Convert_FSAL_Handle.c.
time_t ServerBootTime |
Definition at line 53 of file Convert_FSAL_Handle.c.