Print microseconds as a fraction.
Change-Id: I35cdf2c771974b9c51db47f24cd044ae014e52ce BUG: 3426 Reviewed-on: http://review.gluster.com/244 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amar@gluster.com> Reviewed-by: Anand Avati <avati@gluster.com>
This commit is contained in:
parent
fed29e0ae3
commit
c59dd30a13
@ -33,12 +33,12 @@
|
||||
#define GF_PRI_FSBLK "u"
|
||||
#define GF_PRI_DEV PRId32
|
||||
#define GF_PRI_NLINK PRIu16
|
||||
#define GF_PRI_SUSECONDS PRId32
|
||||
#define GF_PRI_SUSECONDS "06d"
|
||||
#else
|
||||
#define GF_PRI_FSBLK PRIu64
|
||||
#define GF_PRI_DEV PRIu64
|
||||
#define GF_PRI_NLINK PRIu32
|
||||
#define GF_PRI_SUSECONDS "ld"
|
||||
#define GF_PRI_SUSECONDS "06ld"
|
||||
#endif
|
||||
#define GF_PRI_BLKSIZE PRId32
|
||||
#define GF_PRI_SIZET "zu"
|
||||
|
Loading…
x
Reference in New Issue
Block a user