Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejs
[sfrench/samba-autobuild/.git] / source3 / librpc / gen_ndr / notify.h
1 /* header auto-generated by pidl */
2
3 #include <stdint.h>
4
5 #include "librpc/gen_ndr/misc.h"
6 #ifndef _HEADER_notify
7 #define _HEADER_notify
8
9 struct notify_entry {
10         struct server_id server;
11         uint32_t filter;
12         uint32_t subdir_filter;
13         const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
14         uint32_t path_len;
15         void* private_data;
16 }/* [public] */;
17
18 struct notify_depth {
19         uint32_t max_mask;
20         uint32_t max_mask_subdir;
21         uint32_t num_entries;
22         struct notify_entry *entries;
23 };
24
25 struct notify_array {
26         uint32_t num_depths;
27         struct notify_depth *depth;
28 }/* [public] */;
29
30 struct notify_event {
31         uint32_t action;
32         const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
33         void* private_data;
34 }/* [public] */;
35
36 #endif /* _HEADER_notify */