summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-07-21 16:04:35 +0200
committerStefan Metzmacher <metze@samba.org>2009-07-21 19:11:22 +0200
commitb91156d4ae8f1b0e60a4cdacd1aa34b110b6451a (patch)
tree7a68524c23f655740bcc5c9ac3e3cd341392823f /librpc/idl
parent143625661300e7ee52e969bc3790e50a0016b88b (diff)
downloadsamba-b91156d4ae8f1b0e60a4cdacd1aa34b110b6451a.tar.gz
samba-b91156d4ae8f1b0e60a4cdacd1aa34b110b6451a.tar.bz2
samba-b91156d4ae8f1b0e60a4cdacd1aa34b110b6451a.zip
frsapi.idl: fill the frsapi_WriterCommand() function
metze
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/frsapi.idl9
1 files changed, 8 insertions, 1 deletions
diff --git a/librpc/idl/frsapi.idl b/librpc/idl/frsapi.idl
index fd412ea1a5..ea7880c9f8 100644
--- a/librpc/idl/frsapi.idl
+++ b/librpc/idl/frsapi.idl
@@ -106,7 +106,14 @@ interface frsapi
/****************/
/* Function 0x09 */
- [todo] void FRSAPI_WRITER_COMMAND();
+ typedef [v1_enum] enum {
+ FRSAPI_WRITER_COMMAND_FREEZE = 0x00000001,
+ FRSAPI_WRITER_COMMAND_THAW = 0x00000002
+ } frsapi_WriterCommandsValues;
+
+ WERROR frsapi_WriterCommand(
+ [in] frsapi_WriterCommandsValues command
+ );
/****************/
/* Function 0x0a */