diff options
| author | Pavan Sondur <pavan@gluster.com> | 2010-10-02 06:14:33 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-02 06:30:09 -0700 | 
| commit | 73c6b2f21a67bed186a279adacb4eb28eafcd853 (patch) | |
| tree | b8a279cbdb603796bfb9c828e86f96583ab85bc3 /xlators/protocol/client/src/client.h | |
| parent | 99ff5f22db3404abbbab6e7d7edabe930762118d (diff) | |
protocol/client: Fix dumping of locks in client.
Signed-off-by: Pavan Vilas Sondur <pavan@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 865 (Add locks recovery support in GlusterFS)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=865
Diffstat (limited to 'xlators/protocol/client/src/client.h')
| -rw-r--r-- | xlators/protocol/client/src/client.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index 1e90c5935cf..0586dcb61d5 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -120,7 +120,7 @@ typedef struct client_args {          loc_t              *oldloc;          loc_t              *newloc;          const char         *name; -        struct gf_flock       *flock; +        struct gf_flock    *flock;          const char         *volume;          const char         *basename;          off_t               offset;  | 
