~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to source3/librpc/gen_ndr/notify.h

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* header auto-generated by pidl */
 
2
 
 
3
#include <stdint.h>
 
4
 
 
5
#include "libcli/util/ntstatus.h"
 
6
 
 
7
#ifndef _HEADER_notify
 
8
#define _HEADER_notify
 
9
 
 
10
struct notify_entry {
 
11
        struct server_id server;
 
12
        uint32_t filter;
 
13
        uint32_t subdir_filter;
 
14
        uint32_t dir_fd;
 
15
        struct file_id dir_id;
 
16
        const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
 
17
        uint32_t path_len;
 
18
        void* private_data;
 
19
}/* [public] */;
 
20
 
 
21
struct notify_depth {
 
22
        uint32_t max_mask;
 
23
        uint32_t max_mask_subdir;
 
24
        uint32_t num_entries;
 
25
        struct notify_entry *entries;
 
26
};
 
27
 
 
28
struct notify_array {
 
29
        uint32_t num_depths;
 
30
        struct notify_depth *depth;
 
31
}/* [public] */;
 
32
 
 
33
struct notify_event {
 
34
        uint32_t action;
 
35
        const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
 
36
        void* private_data;
 
37
}/* [public] */;
 
38
 
 
39
#endif /* _HEADER_notify */