Skip to content

Commit c9337e0

Browse files
UCP/PROTO: Fix alignment
1 parent de9c856 commit c9337e0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/ucp/core/ucp_request.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -731,11 +731,11 @@ void ucp_request_purge_enqueue_cb(uct_pending_req_t *self, void *arg)
731731

732732
ucs_status_t ucp_request_progress_counter(uct_pending_req_t *self)
733733
{
734-
ucp_request_t *req = ucs_container_of(self, ucp_request_t,
735-
send.uct);
736-
ucp_proto_config_t *proto_config = ucs_const_cast(ucp_proto_config_t*,
737-
req->send.proto_config);
738-
const ucp_proto_t *proto = proto_config->proto;
734+
ucp_request_t *req = ucs_container_of(self, ucp_request_t,
735+
send.uct);
736+
ucp_proto_config_t *proto_config = ucs_const_cast(ucp_proto_config_t*,
737+
req->send.proto_config);
738+
const ucp_proto_t *proto = proto_config->proto;
739739
ucs_status_t status;
740740

741741
status = proto->progress[UCP_PROTO_STAGE_START](self);

0 commit comments

Comments
 (0)