diff options
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 31c70c2f1a8..7dc8e2d4f93 100644 --- a/xlators/features/locks/src/locks.h +++ b/xlators/features/locks/src/locks.h @@ -76,6 +76,7 @@ struct __pl_inode_lock {          transport_t       *transport;     /* to identify client node */          pid_t              client_pid;    /* pid of client process */ +        uint64_t           owner;  };  typedef struct __pl_inode_lock pl_inode_lock_t;  | 
