summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/notify.idl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/librpc/idl/notify.idl')
-rw-r--r--source4/librpc/idl/notify.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/notify.idl b/source4/librpc/idl/notify.idl
index eecdd86d59..c4e633c254 100644
--- a/source4/librpc/idl/notify.idl
+++ b/source4/librpc/idl/notify.idl
@@ -20,7 +20,7 @@ interface notify
uint32 subdir_filter; /* filter to apply in child directories */
utf8string path;
uint32 path_len; /* saves some computation on search */
- pointer private;
+ pointer private_data;
} notify_entry;
/*
@@ -50,7 +50,7 @@ interface notify
typedef [public] struct {
uint32 action;
utf8string path;
- pointer private;
+ pointer private_data;
} notify_event;
}