aboutsummaryrefslogtreecommitdiff
path: root/lib/private.h
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2021-02-11 20:39:34 +0000
committerGitHub <noreply@github.com>2021-02-11 20:39:34 +0000
commit0cfb9449dc1469cb8b12369afc2c5881d6b544fd (patch)
treed9ec0f63da620e6c342a959027a083c98ace0e54 /lib/private.h
parentce35c1da0add92c690ea6ab77e1ef3d7cbba28f5 (diff)
downloadlibvfio-user-0cfb9449dc1469cb8b12369afc2c5881d6b544fd.zip
libvfio-user-0cfb9449dc1469cb8b12369afc2c5881d6b544fd.tar.gz
libvfio-user-0cfb9449dc1469cb8b12369afc2c5881d6b544fd.tar.bz2
tiny rename of vfu_ctx_t::trans -> tran (#315)
This matches the tran_* namespace better. Signed-off-by: John Levon <john.levon@nutanix.com> Reviewed-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'lib/private.h')
-rw-r--r--lib/private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private.h b/lib/private.h
index 829bc3a..be5cf6d 100644
--- a/lib/private.h
+++ b/lib/private.h
@@ -122,7 +122,7 @@ struct vfu_ctx {
size_t nr_regions;
vfu_reg_info_t *reg_info;
struct pci_dev pci;
- struct transport_ops *trans;
+ struct transport_ops *tran;
uint64_t flags;
char *uuid;
vfu_map_dma_cb_t *map_dma;