diff options
| -rw-r--r-- | source4/librpc/idl/eventlog.idl | 2 | 
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;  	/******************/  | 
