summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/irpc.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-10 00:08:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:28 -0500
commit146c85410946540571fcaf01c85c3a0bffed8cb6 (patch)
tree55ef8b920cf55dfda89b983edcb7e322c5d5b6b5 /source4/librpc/idl/irpc.idl
parent747edf086b0b8a86fcffd60c2d05d1eb14d2e5f1 (diff)
downloadsamba-146c85410946540571fcaf01c85c3a0bffed8cb6.tar.gz
samba-146c85410946540571fcaf01c85c3a0bffed8cb6.tar.bz2
samba-146c85410946540571fcaf01c85c3a0bffed8cb6.zip
r8268: added the 'needed' logic to ehs generation, so we don't generate
functions we don't need. That is a lot of functions, as ejs is only client side, so it only needs push functions for [out] vars, and pull functions for [in] vars added irpc and srvsvc IDL to list of available pipes. (This used to be commit c7a9dbe70a39156a20e56b4dd732fd838437eecd)
Diffstat (limited to 'source4/librpc/idl/irpc.idl')
-rw-r--r--source4/librpc/idl/irpc.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl
index c5977ba53e..0d4e305e98 100644
--- a/source4/librpc/idl/irpc.idl
+++ b/source4/librpc/idl/irpc.idl
@@ -13,7 +13,7 @@
IRPC_FLAG_REPLY = 0x0001
} irpc_flags;
- typedef [public] struct {
+ typedef [public,noejs] struct {
GUID uuid;
uint32 if_version;
uint32 callnum;