s3-eventlog: move non rpc eventlog headers to own include file.
authorGünther Deschner <gd@samba.org>
Wed, 19 Nov 2008 22:44:07 +0000 (23:44 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 20 Nov 2008 16:15:29 +0000 (17:15 +0100)
Guenther

source3/include/eventlog.h [new file with mode: 0644]
source3/include/includes.h
source3/include/rpc_eventlog.h

diff --git a/source3/include/eventlog.h b/source3/include/eventlog.h
new file mode 100644 (file)
index 0000000..16affe3
--- /dev/null
@@ -0,0 +1,41 @@
+/*
+ *  Unix SMB/CIFS implementation.
+ *  RPC Pipe client / server routines
+ *  Copyright (C) Marcin Krzysztof Porwit    2005.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; either version 3 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
+ */
+
+/* Defines for TDB keys */
+#define  EVT_OLDEST_ENTRY  "INFO/oldest_entry"
+#define  EVT_NEXT_RECORD   "INFO/next_record"
+#define  EVT_VERSION       "INFO/version"
+#define  EVT_MAXSIZE       "INFO/maxsize"
+#define  EVT_RETENTION     "INFO/retention"
+
+#define ELOG_APPL      "Application"
+#define ELOG_SYS       "System"
+#define ELOG_SEC       "Security"
+
+typedef struct elog_tdb {
+       struct elog_tdb *prev, *next;
+       char *name;
+       TDB_CONTEXT *tdb;
+       int ref_count;
+} ELOG_TDB;
+
+#define ELOG_TDB_CTX(x) ((x)->tdb)
+
+
+#define  EVENTLOG_DATABASE_VERSION_V1    1
index 4399c734d093d000ffe803c2a54a27f1735eaa1b..38d6ec06b98d41ef525b3d43486a1aa64c297759 100644 (file)
@@ -654,6 +654,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
 #include "async_smb.h"
 #include "async_sock.h"
 #include "services.h"
+#include "eventlog.h"
 
 #include "lib/smbconf/smbconf.h"
 
index 3f5d03ed6339d64b32d0535cdf9470ff57f1ef46..f17e448d9edfbea9d9e1b8b59a6f4444cd0a76a0 100644 (file)
 /* Event types */
 /* defined in librpc/gen_ndr/eventlog.h */
 
-/* Defines for TDB keys */
-#define  EVT_OLDEST_ENTRY  "INFO/oldest_entry"
-#define  EVT_NEXT_RECORD   "INFO/next_record"
-#define  EVT_VERSION       "INFO/version"
-#define  EVT_MAXSIZE       "INFO/maxsize"
-#define  EVT_RETENTION     "INFO/retention"
-
-#define ELOG_APPL      "Application"
-#define ELOG_SYS       "System"
-#define ELOG_SEC       "Security"
-
-typedef struct elog_tdb {
-       struct elog_tdb *prev, *next;
-       char *name;
-       TDB_CONTEXT *tdb;
-       int ref_count;
-} ELOG_TDB;
-
-#define ELOG_TDB_CTX(x) ((x)->tdb)
-
-
-#define  EVENTLOG_DATABASE_VERSION_V1    1
-
 /***********************************/
 
 typedef struct