updated the 3.0 branch from the head branch - ready for alpha18
[samba.git] / source3 / include / messages.h
index f1cfb508369296392c6d5f7b897d120a1e8f8f8c..79a08a754626f7b39f05c8f3313f9b0dd5ee2c02 100644 (file)
@@ -1,8 +1,8 @@
 /* 
-   Unix SMB/Netbios implementation.
-   Version 3.0
+   Unix SMB/CIFS implementation.
    messages.c header
    Copyright (C) Andrew Tridgell 2000
+   Copyright (C) 2001, 2002 by Martin Pool
    
    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
 #define MSG_REQ_POOL_USAGE     9
 #define MSG_POOL_USAGE         10
 
+/* If dmalloc is included, set a steady-state mark */
+#define MSG_REQ_DMALLOC_MARK   11
+
+/* If dmalloc is included, dump to the dmalloc log a description of
+ * what has changed since the last MARK */
+#define MSG_REQ_DMALLOC_LOG_CHANGED    12
+
+#define MSG_SHUTDOWN           13
+
 /* nmbd messages */
 #define MSG_FORCE_ELECTION 1001
+#define MSG_WINS_NEW_ENTRY 1002
 
-/* rpc messages */
-#define MSG_PRINTER_NOTIFY 2001
-#define MSG_PRINTER_UPDATE 2002
+/* printing messages */
+/* #define MSG_PRINTER_NOTIFY  2001*/ /* Obsolete */
+#define MSG_PRINTER_DRVUPGRADE 2002
+#define MSG_PRINTER_NOTIFY2     2003
 
 /* smbd messages */
 #define MSG_SMB_CONF_UPDATED 3001