diff options
| author | Krishnan Parthasarathi <kparthas@redhat.com> | 2013-02-20 14:44:23 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2013-03-06 22:06:30 -0800 | 
| commit | 8224bc6111b3bf5a710b6e5315b39b85904f3fe1 (patch) | |
| tree | 02f2ca47808d8249ed3cdbf76b1cd46e5e2e2d4a /libglusterfs/src | |
| parent | e020c861579790cc0e1c183d9d5d518f43951712 (diff) | |
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/4638
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'libglusterfs/src')
| -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 d4086291a47..764f2960545 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;  | 
