migration/rdma: Replace int error_state by bool errored
commitb86c94a49ea54653015edcc5f32603abbf2aa556
authorMarkus Armbruster <armbru@redhat.com>
Thu, 28 Sep 2023 13:19:53 +0000 (28 15:19 +0200)
committerJuan Quintela <quintela@redhat.com>
Wed, 11 Oct 2023 09:17:03 +0000 (11 11:17 +0200)
treed2d8433b4fc51afada84514cd32f2e2a9468599c
parentec486974539d84bf04bc65dfda1844accfcb6c28
migration/rdma: Replace int error_state by bool errored

All we do with the value of RDMAContext member @error_state is test
whether it's zero.  Change to bool and rename to @errored.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Li Zhijian <lizhijian@fujitsu.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20230928132019.2544702-28-armbru@redhat.com>
migration/rdma.c