diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-01-28 20:08:03 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-01-28 20:08:03 +0000 |
commit | 684ae98b9643505e9eb7b02c58f7062dd386b921 (patch) | |
tree | 363c6003ae13efa8abaf91a27032266eafa06e06 /source/include | |
parent | 1135f607d4bfb1cbedd969823034d5af576144a0 (diff) | |
download | samba-684ae98b9643505e9eb7b02c58f7062dd386b921.tar.gz samba-684ae98b9643505e9eb7b02c58f7062dd386b921.tar.xz samba-684ae98b9643505e9eb7b02c58f7062dd386b921.zip |
r13210: Revert my named pipes patch until it passes not just 'make quicktest' but
also 'make test'
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/smb.h | 8 | ||||
-rw-r--r-- | source/include/structs.h | 2 |
2 files changed, 4 insertions, 6 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index a1934c9635a..78a66dd20a5 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -319,10 +319,10 @@ /* used to indicate end of chain */ #define SMB_CHAIN_NONE 0xFF -/* These are the named pipe commands */ -#define NAMED_PIPE_SETHANDLESTATE 0x01 -#define NAMED_PIPE_TRANSACT 0x26 -#define NAMED_PIPE_WAITHANDLESTATE 0x53 +/* These are the trans subcommands */ +#define TRANSACT_SETNAMEDPIPEHANDLESTATE 0x01 +#define TRANSACT_DCERPCCMD 0x26 +#define TRANSACT_WAITNAMEDPIPEHANDLESTATE 0x53 /* These are the NT transact sub commands. */ #define NT_TRANSACT_CREATE 1 diff --git a/source/include/structs.h b/source/include/structs.h index 05167db5f99..60ec1eae672 100644 --- a/source/include/structs.h +++ b/source/include/structs.h @@ -164,5 +164,3 @@ struct smbcli_state; struct substitute_context; struct model_ops; - -struct named_pipe_ops; |