Consider shared IDL files and Samba3-specific IDL files separately, allow overriding...
[samba.git] / source3 / librpc / gen_ndr / notify.h
1 /* header auto-generated by pidl */
2
3 #include <stdint.h>
4
5 #ifndef _HEADER_notify
6 #define _HEADER_notify
7
8 struct notify_entry {
9         struct server_id server;
10         uint32_t filter;
11         uint32_t subdir_filter;
12         const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
13         uint32_t path_len;
14         void* private_data;
15 }/* [public] */;
16
17 struct notify_depth {
18         uint32_t max_mask;
19         uint32_t max_mask_subdir;
20         uint32_t num_entries;
21         struct notify_entry *entries;
22 };
23
24 struct notify_array {
25         uint32_t num_depths;
26         struct notify_depth *depth;
27 }/* [public] */;
28
29 struct notify_event {
30         uint32_t action;
31         const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
32         void* private_data;
33 }/* [public] */;
34
35 #endif /* _HEADER_notify */