summaryrefslogtreecommitdiff
path: root/pgsql.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:35:26 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:35:26 +0200
commita9b7e2562f0fbd8ea9c00d251d9438b15d2fb748 (patch)
tree9ada95120907c70ee400c2bdd65e2b91071f5457 /pgsql.h
parentd5cbfd4ddf3fec5edb76a93d41a16a7c8397a485 (diff)
downloadpgfuse-a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748.tar.gz
pgfuse-a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748.tar.bz2
removed funny locking ideas and ref_counter in database, this is
not the solution!
Diffstat (limited to 'pgsql.h')
-rw-r--r--pgsql.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pgsql.h b/pgsql.h
index daab34b..0214ea4 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -36,7 +36,6 @@ typedef struct PgMeta {
struct timespec ctime; /* last status change time */
struct timespec mtime; /* last modification time */
struct timespec atime; /* last access time */
- int ref_count; /* how many open file handles exist for this file */
} PgMeta;
/* --- transaction management and policies --- */