nfs-ganesha 1.4
|
extract fileid from FSAL handle. More...
#include "shell.h"
#include "Getopt.h"
#include <libgen.h>
#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | shell_info__ |
Defines | |
#define | NBTHRMAX 64 |
Typedefs | |
typedef struct shell_info__ | shell_info_t |
Functions | |
void * | LaunchShell (void *arg) |
int | main (int argc, char **argv) |
Variables | |
time_t | ServerBootTime |
time_t | ServerEpoch |
shell_info_t | thrlist [NBTHRMAX] |
int | verbose = 0 |
extract fileid from FSAL handle.
main shell routine.
Revision 1.28 2006/02/23 07:42:53 leibovic Adding -n option to shell.
Revision 1.26 2005/08/12 11:56:59 leibovic coquille.
Revision 1.25 2005/07/26 12:54:47 leibovic Multi-thread shell with synchronisation routines.
Revision 1.24 2005/05/09 12:23:55 leibovic Version 2 of ganeshell.
Definition in file main.c.
typedef struct shell_info__ shell_info_t |
time_t ServerBootTime |
time_t ServerEpoch |
shell_info_t thrlist[NBTHRMAX] |