diff options
author | Csaba Henk <csaba@gluster.com> | 2010-07-08 05:47:52 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-08 05:25:02 -0700 |
commit | 7e489f3cc7f3eb738d2698dcf588bad0bdc12a8b (patch) | |
tree | c99e2e430e0f51f0526c467141e9dd2087c0fca4 /libglusterfs/src/logging.h | |
parent | c35f6bf8f735eaf35c950d7b7789f6b64ba2c8c0 (diff) |
fix up OS X after dynamic volume changes
Note that contrib is not needed to be in toplevel Makefile as
its not a separate target, rather stuff is "pulled in" from there.
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'libglusterfs/src/logging.h')
-rw-r--r-- | libglusterfs/src/logging.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/logging.h b/libglusterfs/src/logging.h index 8c78a3ee1..fdb24dab9 100644 --- a/libglusterfs/src/logging.h +++ b/libglusterfs/src/logging.h @@ -34,10 +34,12 @@ #define GF_PRI_FSBLK "u" #define GF_PRI_DEV PRId32 #define GF_PRI_NLINK PRIu16 +#define GF_PRI_SUSECONDS PRId32 #else #define GF_PRI_FSBLK PRIu64 #define GF_PRI_DEV PRIu64 #define GF_PRI_NLINK PRIu32 +#define GF_PRI_SUSECONDS "ld" #endif #define GF_PRI_BLKSIZE PRId32 #define GF_PRI_SIZET "zu" |