Skip to content

Commit

Permalink
fabrics: keyring is a long
Browse files Browse the repository at this point in the history
The keyring identifier is a 'long', not an integer.

Signed-off-by: Hannes Reinecke <hare@suse.de>
  • Loading branch information
hreinecke authored and igaw committed Mar 7, 2024
1 parent a1744a6 commit a850ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvme/fabrics.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct nvme_fabrics_config {
int nr_write_queues;
int nr_poll_queues;
int tos;
int keyring;
long keyring;
long tls_key;

bool duplicate_connect;
Expand Down

0 comments on commit a850ff8

Please sign in to comment.