summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/tier-ctr-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/tier-ctr-interface.h')
-rw-r--r--libglusterfs/src/tier-ctr-interface.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libglusterfs/src/tier-ctr-interface.h b/libglusterfs/src/tier-ctr-interface.h
index cfd3f8a5e5d..8a627542c0c 100644
--- a/libglusterfs/src/tier-ctr-interface.h
+++ b/libglusterfs/src/tier-ctr-interface.h
@@ -33,12 +33,12 @@
*
*/
typedef struct gfdb_ipc_ctr_params {
- gf_boolean_t is_promote;
- int write_freq_threshold;
- int read_freq_threshold;
- gfdb_time_t time_stamp;
- int query_limit;
- gf_boolean_t emergency_demote;
+ gf_boolean_t is_promote;
+ int write_freq_threshold;
+ int read_freq_threshold;
+ gfdb_time_t time_stamp;
+ int query_limit;
+ gf_boolean_t emergency_demote;
} gfdb_ipc_ctr_params_t;
#endif