diff options
author | Csaba Henk <csaba@gluster.com> | 2011-04-15 00:58:00 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-15 00:31:08 -0700 |
commit | 0dfe24fc9fc8bf92044fa59e27f61169dfdcd5bc (patch) | |
tree | 5992e7d61300446d944bd10da3f606a63d5d0871 /libglusterfs | |
parent | e1be6195464836dd910e3b62f518c897dd06740d (diff) |
use "geo-replication" all over as the official name of this feature
Use GEOREP macro if you want to refer to the feature in code.
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2757 (refactory gsync/gsyncd/syncdaemon/whatever to geo-replication)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2757
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/common-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index eb3e12177..a1df3de35 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -68,6 +68,7 @@ void trap (void); #define GF_UNIT_TB_STRING "TB" #define GF_UNIT_PB_STRING "PB" +#define GEOREP "geo-replication" enum _gf_boolean { |