summaryrefslogtreecommitdiff
path: root/source4/libcli/ndr/ndr_echo.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-03 09:18:38 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-03 09:18:38 +0000
commit399fff106d268a5ea95fd2e60735d92b80bcecb1 (patch)
tree3b3409a7451b76f514cc200d12b7c4f510563878 /source4/libcli/ndr/ndr_echo.h
parent87ef172531add2672185ec8935180104c3667894 (diff)
downloadsamba-399fff106d268a5ea95fd2e60735d92b80bcecb1.tar.gz
samba-399fff106d268a5ea95fd2e60735d92b80bcecb1.tar.bz2
samba-399fff106d268a5ea95fd2e60735d92b80bcecb1.zip
added rpcecho EchoData test
(This used to be commit 9c7e4db4712d1b2b7d8125e3ae535efd50b80f58)
Diffstat (limited to 'source4/libcli/ndr/ndr_echo.h')
-rw-r--r--source4/libcli/ndr/ndr_echo.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/libcli/ndr/ndr_echo.h b/source4/libcli/ndr/ndr_echo.h
index 6144d3885b..4a8a4f5ab5 100644
--- a/source4/libcli/ndr/ndr_echo.h
+++ b/source4/libcli/ndr/ndr_echo.h
@@ -35,6 +35,18 @@ struct rpcecho_addone {
} out;
};
+/* EchoData interface */
+struct rpcecho_echodata {
+ struct {
+ int len;
+ const char *data;
+ } in;
+ struct {
+ int len;
+ char *data;
+ } out;
+};
+
/* define the command codes */
enum {
RPCECHO_CALL_ADDONE=0,