summaryrefslogtreecommitdiff
path: root/source3/include/rpc_eventlog.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-08-18 20:33:49 +0000
committerLuke Leighton <lkcl@samba.org>1999-08-18 20:33:49 +0000
commitd2d6144253da533fb2f47cae9e0ed008a167585b (patch)
tree7ba09d85597f2b46ae560390608f052eff7c311a /source3/include/rpc_eventlog.h
parent3d4b2c8b5e258ffba5a5c9bf49796e9750013020 (diff)
downloadsamba-d2d6144253da533fb2f47cae9e0ed008a167585b.tar.gz
samba-d2d6144253da533fb2f47cae9e0ed008a167585b.tar.bz2
samba-d2d6144253da533fb2f47cae9e0ed008a167585b.zip
event log update, netsessenum, netconnenum update.
(This used to be commit 819af560745b0bec7bfb9067dd9d9d6cfabb1555)
Diffstat (limited to 'source3/include/rpc_eventlog.h')
-rw-r--r--source3/include/rpc_eventlog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/include/rpc_eventlog.h b/source3/include/rpc_eventlog.h
index cc4d9fc62d..14e5570c9b 100644
--- a/source3/include/rpc_eventlog.h
+++ b/source3/include/rpc_eventlog.h
@@ -72,23 +72,23 @@ typedef struct eventlog_q_open
uint16 unk0;
uint16 unk1;
- uint16 unk2;
- uint16 unk3;
- uint32 ptr_source;
-
- UNISTR2 source;
+ UNIHDR hdr_source;
+ UNISTR2 uni_source;
+
+ UNIHDR hdr_unk;
+ UNISTR2 uni_unk;
- uint32 unk4;
- uint32 unk5;
uint32 unk6;
uint32 unk7;
+
} EVENTLOG_Q_OPEN;
typedef struct eventlog_r_open
{
POLICY_HND pol;
uint32 status;
+
} EVENTLOG_R_OPEN;
typedef struct eventlog_q_close