nfs-ganesha 1.4
|
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/poll.h>
#include <netinet/in.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <memory.h>
#include <errno.h>
#include <fcntl.h>
#include <signal.h>
#include <unistd.h>
#include <dirent.h>
#include "gssd.h"
#include "err_util.h"
Go to the source code of this file.
Defines | |
#define | _GNU_SOURCE |
#define | POLL_MILLISECS 500 |
Functions | |
void | gssd_run () |
Variables | |
struct pollfd * | pollarray |
int | pollsize |
#define _GNU_SOURCE |
Definition at line 36 of file gssd_main_loop.c.
#define POLL_MILLISECS 500 |
Definition at line 60 of file gssd_main_loop.c.
void gssd_run | ( | void | ) |
Definition at line 190 of file gssd_main_loop.c.
struct pollfd* pollarray |
Definition at line 105 of file gssd_proc.c.
int pollsize |
Definition at line 107 of file gssd_proc.c.