mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
4003edf0df
(This used to be commit b84370513fbf790e599c33f177fb271a2a992b72)
36 lines
738 B
C
36 lines
738 B
C
/* header auto-generated by pidl */
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifndef _HEADER_notify
|
|
#define _HEADER_notify
|
|
|
|
struct notify_entry {
|
|
struct server_id server;
|
|
uint32_t filter;
|
|
uint32_t subdir_filter;
|
|
const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
|
|
uint32_t path_len;
|
|
void* private_data;
|
|
}/* [public] */;
|
|
|
|
struct notify_depth {
|
|
uint32_t max_mask;
|
|
uint32_t max_mask_subdir;
|
|
uint32_t num_entries;
|
|
struct notify_entry *entries;
|
|
};
|
|
|
|
struct notify_array {
|
|
uint32_t num_depths;
|
|
struct notify_depth *depth;
|
|
}/* [public] */;
|
|
|
|
struct notify_event {
|
|
uint32_t action;
|
|
const char * path;/* [flag(LIBNDR_FLAG_STR_UTF8|LIBNDR_FLAG_STR_NULLTERM)] */
|
|
void* private_data;
|
|
}/* [public] */;
|
|
|
|
#endif /* _HEADER_notify */
|