summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-03-03 19:28:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:55 -0500
commit354c24d5257bad429c300b5cb7052d034d48d7a9 (patch)
treea14ded7f750eaad271e152e892cc96f2ef4c3cdd /source3/include/nt_printing.h
parent867365fa8ab2adf2c965224498e139a58fefddbe (diff)
downloadsamba-354c24d5257bad429c300b5cb7052d034d48d7a9.tar.gz
samba-354c24d5257bad429c300b5cb7052d034d48d7a9.tar.bz2
samba-354c24d5257bad429c300b5cb7052d034d48d7a9.zip
r13820: * Start fleshing out the XcvDataPort() server implementation
* Add support for the "Local Port" monitor as well through this API (This used to be commit ba9cdd88a0abf90a9c04959e554d7e4f10d17ff7)
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 7e3bd32003..a2aba3ed26 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -421,9 +421,10 @@ typedef struct {
SPOOLSS_NOTIFY_MSG_GROUP *msg_groups;
} SPOOLSS_NOTIFY_MSG_CTR;
-#define PRINTER_HANDLE_IS_PRINTER 0
-#define PRINTER_HANDLE_IS_PRINTSERVER 1
-#define PRINTER_HANDLE_IS_TCPMON 2
+#define SPLHND_PRINTER 1
+#define SPLHND_SERVER 2
+#define SPLHND_PORTMON_TCP 3
+#define SPLHND_PORTMON_LOCAL 4
/* structure to store the printer handles */
/* and a reference to what it's pointing to */