summaryrefslogtreecommitdiff
path: root/librpc/idl/wscript_build
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@samba.org>2015-03-25 12:35:27 +0100
committerJeremy Allison <jra@samba.org>2015-03-31 18:40:24 +0200
commitb773136f9e844f72408e321c69ccf99081995821 (patch)
treecfb8a59b56680cea26f1a0b920d22c8624b63114 /librpc/idl/wscript_build
parentbdf0a81006534348996a27207e0f712646bf39b5 (diff)
downloadsamba-b773136f9e844f72408e321c69ccf99081995821.tar.gz
librpc: add FSRVP server state idl
FSRVP server state must be retained persistently. This change adds IDL definitions for the share map, shadow-copy and shadow-copy set types, which will be used for marshalling and unmarshalling state alongside database storage or retrieval. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc/idl/wscript_build')
-rw-r--r--librpc/idl/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build
index beacb0f31b3..4b56af63dec 100644
--- a/librpc/idl/wscript_build
+++ b/librpc/idl/wscript_build
@@ -33,7 +33,8 @@ bld.SAMBA_PIDL_LIST('PIDL',
output_dir='../gen_ndr')
bld.SAMBA_PIDL_LIST('PIDL',
- 'rap.idl ntprinting.idl preg.idl ioctl.idl printcap.idl',
+ '''rap.idl ntprinting.idl preg.idl ioctl.idl printcap.idl
+ fsrvp_state.idl''',
options='--header --ndr-parser',
output_dir='../gen_ndr')