diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.h')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.h b/xlators/mgmt/glusterd/src/glusterd-op-sm.h index 88fe9ef4c04..3786c9af291 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.h +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.h @@ -105,7 +105,8 @@ struct glusterd_op_info_ { int32_t op_ret; int32_t op_errno; char *op_errstr; - struct list_head pending_bricks; + struct list_head pending_bricks; + struct list_head *local_xaction_peers; }; typedef struct glusterd_op_info_ glusterd_op_info_t; |
