summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/eventlog.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-01-12 18:00:33 +0100
committerGünther Deschner <gd@samba.org>2009-01-12 18:04:04 +0100
commit03f3c65ce439983c0941eba11d69b75c5fa39311 (patch)
tree48808bbd3f04ed3f5a2106a0c0a8007ccb625f40 /librpc/gen_ndr/eventlog.h
parent4561721cc3b4e45d953e0cdb7cca422fe0fa3b0d (diff)
downloadsamba-03f3c65ce439983c0941eba11d69b75c5fa39311.tar.gz
samba-03f3c65ce439983c0941eba11d69b75c5fa39311.tar.bz2
samba-03f3c65ce439983c0941eba11d69b75c5fa39311.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/eventlog.h')
-rw-r--r--librpc/gen_ndr/eventlog.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/librpc/gen_ndr/eventlog.h b/librpc/gen_ndr/eventlog.h
index 76b9e863bb..805364bbe5 100644
--- a/librpc/gen_ndr/eventlog.h
+++ b/librpc/gen_ndr/eventlog.h
@@ -28,10 +28,10 @@ struct eventlog_OpenUnknown0 {
struct eventlog_Record {
uint32_t size;
- uint32_t reserved;
+ uint32_t reserved;/* [value(0x654c664C)] */
uint32_t record_number;
- uint32_t time_generated;
- uint32_t time_written;
+ time_t time_generated;
+ time_t time_written;
uint32_t event_id;
uint16_t event_type;
uint16_t num_of_strings;
@@ -39,14 +39,17 @@ struct eventlog_Record {
uint16_t reserved_flags;
uint32_t closing_record_number;
uint32_t stringoffset;
- uint32_t sid_length;
+ uint32_t sid_size;/* [value(ndr_size_dom_sid0(&sid,ndr->flags))] */
uint32_t sid_offset;
uint32_t data_length;
uint32_t data_offset;
const char * source_name;/* [flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * computer_name;/* [flag(LIBNDR_FLAG_STR_NULLTERM)] */
+ struct dom_sid0 sid;/* [subcontext_size(sid_size),subcontext(0)] */
const char * *strings;/* [flag(LIBNDR_FLAG_STR_NULLTERM)] */
const char * raw_data;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
+ DATA_BLOB _padding;/* [flag(LIBNDR_FLAG_ALIGN4)] */
+ uint32_t size2;/* [value(size)] */
}/* [public] */;