summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c36e2d0)
raw | patch | inline | side by side (parent: c36e2d0)
author | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Mon, 22 Jan 2007 21:53:25 +0000 (22:53 +0100) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Mon, 22 Jan 2007 21:53:25 +0000 (22:53 +0100) |
src/nfs.c | patch | blob | history |
diff --git a/src/nfs.c b/src/nfs.c
index f585b974d227cbedc006446e32c584b07509e169..1dc64b78a1d948a2b9112ceb3c9484691f60042a 100644 (file)
--- a/src/nfs.c
+++ b/src/nfs.c
"nfs_procedure", 1, procedure_dsrc
};
+#if NFS_HAVE_READ
static const char *nfs2_procedures_names[] =
{
"null",
#endif
#define BUFSIZE 1024
-#if NFS_HAVE_READ
static void nfs_procedures_submit (const char *plugin_instance,
unsigned long long *val, const char **names, int len)
{
plugin_dispatch_values ("nfs_procedure", &vl);
}
} /* void nfs_procedures_submit */
-#endif /* NFS_HAVE_READ */
#if KERNEL_LINUX
static void nfs_read_stats_file (FILE *fh, char *inst)
}
#endif
-#if NFS_HAVE_READ
static int nfs_read (void)
{
#if KERNEL_LINUX