aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-08-29 06:16:52 +0000
committerNathan Scott <nathans@sgi.com>2003-08-29 06:16:52 +0000
commitef4679dc501ef5ec9351939c6d74b9928bcaf814 (patch)
tree921016bede16eaca28921235ccd1f9603fd90996
parent1b2bc4595def69cbd88431d0432cccc4912ab556 (diff)
downloaddmapi-dev-ef4679dc501ef5ec9351939c6d74b9928bcaf814.tar.gz
Sync some dmapi-related header changes with userspace, all a no-op for the user tools
-rw-r--r--include/dmapi_kern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/dmapi_kern.h b/include/dmapi_kern.h
index 34eadf2..3744e19 100644
--- a/include/dmapi_kern.h
+++ b/include/dmapi_kern.h
@@ -88,18 +88,18 @@ int dm_send_destroy_event(
int dm_send_mount_event(
struct vfs *vfsp,
dm_right_t vfsp_right,
- struct bhv_desc *bdp,
+ struct vnode *vp,
dm_right_t vp_right,
- struct bhv_desc *rootbdp,
+ struct vnode *rootvp,
dm_right_t rootvp_right,
char *name1,
char *name2);
int dm_send_namesp_event(
dm_eventtype_t event,
- struct bhv_desc *bdp1,
+ struct vnode *vp1,
dm_right_t vp1_right,
- struct bhv_desc *bdp2,
+ struct vnode *vp2,
dm_right_t vp2_right,
char *name1,
char *name2,