diff options
Diffstat (limited to 'libglusterfs/src/latency.h')
| -rw-r--r-- | libglusterfs/src/latency.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/libglusterfs/src/latency.h b/libglusterfs/src/latency.h index 81acbf48478..132520c1263 100644 --- a/libglusterfs/src/latency.h +++ b/libglusterfs/src/latency.h @@ -14,11 +14,9 @@  #include "glusterfs.h"  typedef struct fop_latency { -        uint64_t min;           /* min time for the call (microseconds) */ -        uint64_t max;           /* max time for the call (microseconds) */ +        double min;           /* min time for the call (microseconds) */ +        double max;           /* max time for the call (microseconds) */  	double total;           /* total time (microseconds) */ -        double std;             /* standard deviation */ -        double mean;            /* mean (microseconds) */          uint64_t count;  } fop_latency_t;  | 
