[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
[Samba.git] / source / librpc / gen_ndr / notify.h
blobf85b9b1bac8e1dea7695a24948fb0fbbec22a1a8
1 /* header auto-generated by pidl */
3 #ifndef _HEADER_notify
4 #define _HEADER_notify
6 struct notify_entry {
7 struct server_id server;
8 uint32_t filter;
9 uint32_t subdir_filter;
10 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
11 uint32_t path_len;
12 void* private_data;
13 }/* [public] */;
15 struct notify_depth {
16 uint32_t max_mask;
17 uint32_t max_mask_subdir;
18 uint32_t num_entries;
19 struct notify_entry *entries;
22 struct notify_array {
23 uint32_t num_depths;
24 struct notify_depth *depth;
25 }/* [public] */;
27 struct notify_event {
28 uint32_t action;
29 const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
30 void* private_data;
31 }/* [public] */;
33 #endif /* _HEADER_notify */