summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-18 19:46:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:52:01 -0500
commit738f168eccca161f2e2814f78338af36243210cc (patch)
tree804c67e37ad51df37142973fff96aefa9ff826a7 /source3/include
parent505f1d1e0415edbe68c92b396d81aca96ccfbca1 (diff)
downloadsamba-738f168eccca161f2e2814f78338af36243210cc.tar.gz
samba-738f168eccca161f2e2814f78338af36243210cc.tar.bz2
samba-738f168eccca161f2e2814f78338af36243210cc.zip
r18623: starting on eventlog IDL
(This used to be commit 6cb7b6226da0b3060f4850fc2cc2ca82fbdcaa8f)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/rpc_eventlog.h14
-rw-r--r--source3/include/smb.h1
2 files changed, 3 insertions, 12 deletions
diff --git a/source3/include/rpc_eventlog.h b/source3/include/rpc_eventlog.h
index 5bede97d1c..94a5915292 100644
--- a/source3/include/rpc_eventlog.h
+++ b/source3/include/rpc_eventlog.h
@@ -31,20 +31,10 @@
#define EVENTLOG_READEVENTLOG 0x0a
/* Eventlog read flags */
-
-#define EVENTLOG_SEQUENTIAL_READ 0x0001
-#define EVENTLOG_SEEK_READ 0x0002
-#define EVENTLOG_FORWARDS_READ 0x0004
-#define EVENTLOG_BACKWARDS_READ 0x0008
+/* defined in librpc/gen_ndr/eventlog.h */
/* Event types */
-
-#define EVENTLOG_SUCCESS 0x0000
-#define EVENTLOG_ERROR_TYPE 0x0001
-#define EVENTLOG_WARNING_TYPE 0x0002
-#define EVENTLOG_INFORMATION_TYPE 0x0004
-#define EVENTLOG_AUDIT_SUCCESS 0x0008
-#define EVENTLOG_AUDIT_FAILURE 0x0010
+/* defined in librpc/gen_ndr/eventlog.h */
/* Defines for TDB keys */
#define EVT_OLDEST_ENTRY "INFO/oldest_entry"
diff --git a/source3/include/smb.h b/source3/include/smb.h
index a219cdae6f..78ef2b693e 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -284,6 +284,7 @@ typedef struct dom_sid {
#include "librpc/gen_ndr/dfs.h"
#include "librpc/gen_ndr/initshutdown.h"
#include "librpc/gen_ndr/winreg.h"
+#include "librpc/gen_ndr/eventlog.h"
struct lsa_dom_info {
BOOL valid;