summaryrefslogtreecommitdiff
path: root/nfsd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nfsd/main.c')
-rw-r--r--nfsd/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nfsd/main.c b/nfsd/main.c
index d5607d37..ee14e240 100644
--- a/nfsd/main.c
+++ b/nfsd/main.c
@@ -27,11 +27,15 @@
#include <pthread.h>
#include <error.h>
+volatile struct mapped_time_value *mapped_time;
+
int main_udp_socket, pmap_udp_socket;
struct sockaddr_in main_address, pmap_address;
static char index_file[] = LOCALSTATEDIR "/state/misc/nfsd.index";
char *index_file_name = index_file;
+auth_t authserver;
+
/* Launch a server loop thread */
static void
create_server_thread (int socket)