summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-11 04:05:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:37 -0500
commit32e76af21a3b983e1cf73ae3e488251ba9a0f97f (patch)
tree17dd8e1dc257b1f0f29633e46c0cd89a5192ea11 /source4/librpc/idl
parentc08578c0cb739ca9433edb015e995eda82fdf8d4 (diff)
downloadsamba-32e76af21a3b983e1cf73ae3e488251ba9a0f97f.tar.gz
samba-32e76af21a3b983e1cf73ae3e488251ba9a0f97f.tar.bz2
samba-32e76af21a3b983e1cf73ae3e488251ba9a0f97f.zip
r9239: I think this is the right IDL for the eventlog record. Pidl is
generating incorrect code for arrays of strings here. (This used to be commit 3b2476e0a00dbd3b552ccde736147e93655732f1)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/eventlog.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/idl/eventlog.idl b/source4/librpc/idl/eventlog.idl
index 8277bcefb5..f2083a0c63 100644
--- a/source4/librpc/idl/eventlog.idl
+++ b/source4/librpc/idl/eventlog.idl
@@ -51,6 +51,8 @@
uint32 data_offset;
nstring source_name;
nstring computer_name;
+ nstring strings[num_of_strings];
+ astring raw_data;
} eventlog_Record;
/******************/