diff options
author | Pavan Sondur <pavan@gluster.com> | 2009-10-28 17:03:37 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-29 00:52:45 -0700 |
commit | 03c6fe7f7e51d391beb370d04964af1de9728d28 (patch) | |
tree | 4912e8940674e692df8c22872eaee3d93b2bf1c0 /xlators/features/locks/src/locks.h | |
parent | 9a62a3747cfcef2db3bc0b630a92f24d9436eeca (diff) |
Trace locks in and out with an option in normal log mode.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 306 (Enhance locks to aid debugging)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=306
Diffstat (limited to 'xlators/features/locks/src/locks.h')
-rw-r--r-- | xlators/features/locks/src/locks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/locks/src/locks.h b/xlators/features/locks/src/locks.h index 0f3ab29b6e9..4738da068c9 100644 --- a/xlators/features/locks/src/locks.h +++ b/xlators/features/locks/src/locks.h @@ -138,6 +138,7 @@ typedef struct __pl_fd pl_fd_t; typedef struct { gf_boolean_t mandatory; /* if mandatory locking is enabled */ + gf_boolean_t trace; /* trace lock requests in and out */ } posix_locks_private_t; typedef struct { |