summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 08:02:14 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 08:02:14 +0200
commitca8a3205f89ebbffdd54ae39262cd792e0bacc21 (patch)
treeb43be380cb813bc096f7691438cace4885e6452b /config.h
parent4f806ad00f8179e0007bcbc3d6114cddae0a533b (diff)
downloadpgfuse-ca8a3205f89ebbffdd54ae39262cd792e0bacc21.tar.gz
pgfuse-ca8a3205f89ebbffdd54ae39262cd792e0bacc21.tar.bz2
removed PgFuseFile (bad local data structure!), use FUSE file context
wherever possible. Will make transition to multi-threading much easier..
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config.h b/config.h
index 32c4f3a..d0ffaef 100644
--- a/config.h
+++ b/config.h
@@ -26,11 +26,6 @@
#define STANDARD_BLOCK_SIZE 512
-/* maximal number of open files, may vary as there may be hashtable
- * collitions. Must be a prime */
-
-#define MAX_NOF_OPEN_FILES 257
-
/* maximum size of a file, rather arbitrary, 2^31 is a current implementation
* limit, before fixing this, the storing and efficiency has to be rethought
* anyway.. */