diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:06:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 11:06:51 +0000 |
commit | 86fcc93b6dde545a549437629292af70f0af0e9d (patch) | |
tree | 10be690f14e138dd6a5e07326e354ced15f52835 /doc/rst/fabrics.rst | |
parent | Releasing progress-linux version 1.8-3~progress7.99u1. (diff) | |
download | libnvme-86fcc93b6dde545a549437629292af70f0af0e9d.tar.xz libnvme-86fcc93b6dde545a549437629292af70f0af0e9d.zip |
Merging upstream version 1.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/rst/fabrics.rst')
-rw-r--r-- | doc/rst/fabrics.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rst/fabrics.rst b/doc/rst/fabrics.rst index 74d04e5..141c486 100644 --- a/doc/rst/fabrics.rst +++ b/doc/rst/fabrics.rst @@ -27,8 +27,8 @@ Fabrics-specific definitions. int nr_write_queues; int nr_poll_queues; int tos; - int keyring; - int tls_key; + long keyring; + long tls_key; bool duplicate_connect; bool disable_sqflow; bool hdr_digest; |