summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2016-12-12 00:04:51 -0500
committermidipix <writeonce@midipix.org>2016-12-12 00:08:00 -0500
commitcd5d5c3277aa300cac91d09ba02212c06e6b1218 (patch)
treeaa27d6ad3f0b5879aa10b9ad976b6b52cc5efbdd /include/ntapi/ntapi.h
parent28d040d8c243d28e1f851bb80f1d5ba30d22fd3c (diff)
downloadntapi-cd5d5c3277aa300cac91d09ba02212c06e6b1218.tar.bz2
ntapi-cd5d5c3277aa300cac91d09ba02212c06e6b1218.tar.xz
vmount module: removed current impl. of the virtual mount system client.
the current design of the virtual mount system turned out to be less than ideal in terms of both simplicity and robustness. since its importance seems to be rather marginal at the moment, it is better to first remove it in its entirety, and then, given sufficient interest, re-implement and integrate it into the system.
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index d122db5..ea4f4b9 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -42,7 +42,6 @@
#include "nt_daemon.h"
#include "nt_vfd.h"
#include "nt_tty.h"
-#include "nt_vmount.h"
#include "nt_hash.h"
#include "nt_debug.h"
@@ -571,19 +570,6 @@ typedef struct _ntapi_vtbl {
/* nt_statfs.h */
ntapi_tt_statfs * tt_statfs;
- /* nt_vmount.h */
- ntapi_vms_get_node_by_dev_name * vms_get_node_by_dev_name;
- ntapi_vms_get_node_by_end_component * vms_get_node_by_end_component;
- ntapi_vms_cache_alloc * vms_cache_alloc;
- ntapi_vms_cache_free * vms_cache_free;
- ntapi_vms_client_connect * vms_client_connect;
- ntapi_vms_client_disconnect * vms_client_disconnect;
- ntapi_vms_point_attach * vms_point_attach;
- ntapi_vms_point_get_handles * vms_point_get_handles;
- ntapi_vms_ref_count_inc * vms_ref_count_inc;
- ntapi_vms_ref_count_dec * vms_ref_count_dec;
- ntapi_vms_table_query * vms_table_query;
-
/* nt_debug.h */
ntapi_dbg_write * dbg_write;
ntapi_dbg_fn_call * dbg_fn_call;