summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-17 12:26:58 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-17 12:26:58 +0200
commitc54ea201b80a28fb5285d9c72f012bfda0a3741a (patch)
treee4a18a4b95c014cd79bf4ff7bd4d6b3eed8c4275 /config.h
parent0ca43761e7ed260055c692d7f2cf804bcaa647b3 (diff)
downloadpgfuse-c54ea201b80a28fb5285d9c72f012bfda0a3741a.tar.gz
pgfuse-c54ea201b80a28fb5285d9c72f012bfda0a3741a.tar.bz2
some first results in statfs, but some sizes are weird, also PGDATA handling is missing
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
index cb83fba..786086e 100644
--- a/config.h
+++ b/config.h
@@ -39,4 +39,12 @@
#define MAX_TABLESPACE_OIDS 16
+/* location of the mtab file of mounted filesystems */
+
+#define MTAB_FILE "/etc/mtab"
+
+/* size of buffer for mtab traversal */
+
+#define MTAB_BUFFER_SIZE 4096
+
#endif