summaryrefslogtreecommitdiff
path: root/pgsql.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-05-01 10:43:03 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-05-01 10:43:03 +0200
commit0db336fe4665d3ca2e7b0f6c4fa44a32bf5aafd3 (patch)
tree8e8729d0d2d386743c7e8cf1b9e9a3d854689bf2 /pgsql.h
parentd04a9d1fe99eb0e1661cf7f2169b3f7dd0792efc (diff)
downloadpgfuse-0db336fe4665d3ca2e7b0f6c4fa44a32bf5aafd3.tar.gz
pgfuse-0db336fe4665d3ca2e7b0f6c4fa44a32bf5aafd3.tar.bz2
removed a lot of casts around off_t and size_t
Diffstat (limited to 'pgsql.h')
-rw-r--r--pgsql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql.h b/pgsql.h
index 39c6ca7..1325be8 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -37,7 +37,7 @@ typedef struct PgMeta {
struct timespec ctime; /* last status change time */
struct timespec mtime; /* last modification time */
struct timespec atime; /* last access time */
- int parent_id; /* id/inode_no of parenting directory */
+ int64_t parent_id; /* id/inode_no of parenting directory */
} PgMeta;
/* --- transaction management and policies --- */