summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLu Qiuwen <[email protected]>2023-11-22 10:40:38 +0800
committerLu Qiuwen <[email protected]>2023-11-22 10:40:38 +0800
commit334e8b72b4b3df083919d6c582544b23ef6e3315 (patch)
tree9dbb03e3947b8f62d0356fe2921d9f27e3fba13f /include
parent0b76e814841e8b676e0909ec14fc76e34a0347b2 (diff)
feature: remove the ltx tunnel.
Diffstat (limited to 'include')
-rw-r--r--include/internal/vdev_define.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/internal/vdev_define.h b/include/internal/vdev_define.h
index e94ac43..abf131c 100644
--- a/include/internal/vdev_define.h
+++ b/include/internal/vdev_define.h
@@ -127,7 +127,6 @@ struct vdev_instance
struct vnode_cons * vnode_rx_cons;
struct vnode_prod * vnode_tx_prod;
struct vnode_prod * vnode_ftx_prod;
- struct vnode_prod * vnode_ltx_prod;
/* CONS NOTIFY DESCS */
struct vnode_cons_notify * vnode_rx_cons_notify;