summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src
diff options
context:
space:
mode:
authorKaushal M <kaushal@redhat.com>2012-12-03 12:12:57 +0530
committerAnand Avati <avati@redhat.com>2012-12-03 01:01:12 -0800
commit3cade0a1e9dfc641e5b6db2f044af9f50ff604d6 (patch)
tree83bcbe86136322fe45d499120afec0a9a8341117 /libglusterfs/src
parentf1ddc077a31671ff547efa205d86c1b8ebd3797a (diff)
cli: Fix build when libxml2 is absent
Also added a note to the top of cli-xml-output.c, explaining the style of coding to followed when adding code to it. Change-Id: I7f90a9c075adb49a9e071771d136b6f01ea68d11 BUG: 882780 Signed-off-by: Kaushal M <kaushal@redhat.com> Reviewed-on: http://review.gluster.org/4256 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs/src')
0 files changed, 0 insertions, 0 deletions
-r--libglusterfs/src/fd.c172
-rw-r--r--libglusterfs/src/fd.h41
-rw-r--r--libglusterfs/src/globals.c70
-rw-r--r--libglusterfs/src/globals.h3
-rw-r--r--libglusterfs/src/glusterfs.h101
-rw-r--r--libglusterfs/src/graph.c499
-rw-r--r--libglusterfs/src/graph.l (renamed from libglusterfs/src/spec.l)35
-rw-r--r--libglusterfs/src/graph.y651
-rw-r--r--libglusterfs/src/inode.c17
-rw-r--r--libglusterfs/src/latency.c2
-rw-r--r--libglusterfs/src/md5.c310
-rw-r--r--libglusterfs/src/md5.h78
-rw-r--r--libglusterfs/src/mem-types.h1
-rw-r--r--libglusterfs/src/spec.y626
-rw-r--r--libglusterfs/src/stack.h8
-rw-r--r--libglusterfs/src/statedump.c152
-rw-r--r--libglusterfs/src/xlator.c136
-rw-r--r--libglusterfs/src/xlator.h18
21 files changed, 1610 insertions, 1413 deletions
diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am
index acca3f04a01..79574488332 100644
--- a/libglusterfs/src/Makefile.am
+++ b/libglusterfs/src/Makefile.am
@@ -1,21 +1,21 @@
libglusterfs_la_CFLAGS = -fPIC -Wall -g -shared -nostartfiles $(GF_CFLAGS) $(GF_DARWIN_LIBGLUSTERFS_CFLAGS)
-libglusterfs_la_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -DXLATORDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator\" -D$(GF_HOST_OS) -DLIBDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/auth\" -I$(CONTRIBDIR)/rbtree -DSCHEDULERDIR=\"$(libdir)/glusterfs/$(PACKAGE_VERSION)/scheduler\"
+libglusterfs_la_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64 -D_GNU_SO