diff options
author | Csaba Henk <csaba@gluster.com> | 2011-09-02 19:03:33 +0200 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2011-09-22 05:22:59 -0700 |
commit | 1098aaa51d2e3dca9e6c48ee1e9cb43bc87936f4 (patch) | |
tree | b6bb93729d685ede7a7cec1b09cb901d5885d693 /configure.ac | |
parent | 3672c989f369c5b57aff8d0d01fc221804ada6eb (diff) |
geo-rep: rewrite gsyncd wrapper in C
This rewrite does not change functionality;
it's purpose is to prepare followup modifications which will let
all slave side helper programs being dispatched to through
gsyncd. The string processing that's required for that task would
be too much cumbersome in shell.
Change-Id: Ia7858aba5efeb5dcff16a918ea1c02253f0e49ab
BUG: 2825
Reviewed-on: http://review.gluster.com/459
Reviewed-by: Amar Tumballi <amar@gluster.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d8840a436de..2a34a61aff8 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AC_CONFIG_FILES([Makefile xlators/features/marker/Makefile xlators/features/marker/src/Makefile xlators/features/marker/utils/Makefile - xlators/features/marker/utils/gsyncd + xlators/features/marker/utils/src/Makefile xlators/features/marker/utils/syncdaemon/Makefile xlators/features/read-only/Makefile xlators/features/read-only/src/Makefile |