diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2013-02-20 14:44:23 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-02-26 09:06:12 -0800 |
commit | 5e6dfce0b0d55d96b5bdad6a693fdb2826c20b92 (patch) | |
tree | 8521f9b3a8e5603b3c3c76efa4ca07210884acba /libglusterfs/src/syncop.h | |
parent | dc43e7dd9934925f8cb96762c33be23ccb63528a (diff) | |
download | glusterfs-5e6dfce0b0d55d96b5bdad6a693fdb2826c20b92.tar.gz glusterfs-5e6dfce0b0d55d96b5bdad6a693fdb2826c20b92.tar.xz glusterfs-5e6dfce0b0d55d96b5bdad6a693fdb2826c20b92.zip |
glusterd: Increasing throughput of synctask based mgmt ops.
Change-Id: Ibd963f78707b157fc4c9729aa87206cfd5ecfe81
BUG: 913662
Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com>
Reviewed-on: http://review.gluster.org/4570
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'libglusterfs/src/syncop.h')
-rw-r--r-- | libglusterfs/src/syncop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/syncop.h b/libglusterfs/src/syncop.h index ba0440cd79..aec07f3605 100644 --- a/libglusterfs/src/syncop.h +++ b/libglusterfs/src/syncop.h @@ -114,6 +114,7 @@ struct syncargs { uuid_t uuid; char *errstr; dict_t *dict; + pthread_mutex_t lock_dict; /* do not touch */ struct synctask *task; |