summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-13 12:45:11 +0100
committerVolker Lendecke <vlendec@samba.org>2011-12-13 14:14:24 +0100
commit3441c01b16630300a4d7ea4f63fc7e785c91e7ab (patch)
tree9502c8e63366ff7a15f4de3da85eb8340eb9dad7 /source3/librpc/idl
parent4eb5b0b392d7689435e347dcc389c5c782562984 (diff)
downloadsamba-3441c01b16630300a4d7ea4f63fc7e785c91e7ab.tar.gz
samba-3441c01b16630300a4d7ea4f63fc7e785c91e7ab.tar.bz2
samba-3441c01b16630300a4d7ea4f63fc7e785c91e7ab.zip
s3: Convert open_files.idl to tab indents
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/open_files.idl68
1 files changed, 34 insertions, 34 deletions
diff --git a/source3/librpc/idl/open_files.idl b/source3/librpc/idl/open_files.idl
index c6f1627185..9f06a0c123 100644
--- a/source3/librpc/idl/open_files.idl
+++ b/source3/librpc/idl/open_files.idl
@@ -5,44 +5,44 @@ import "security.idl";
import "file_id.idl";
[
- pointer_default(unique)
+ pointer_default(unique)
]
interface open_files
{
- typedef [public] struct {
- server_id pid;
- hyper op_mid;
- uint16 op_type;
- uint32 access_mask;
- uint32 share_access;
- uint32 private_options;
- timeval time;
- file_id id;
- udlong share_file_id;
- uint32 uid;
- uint16 flags;
- uint32 name_hash;
- } share_mode_entry;
+ typedef [public] struct {
+ server_id pid;
+ hyper op_mid;
+ uint16 op_type;
+ uint32 access_mask;
+ uint32 share_access;
+ uint32 private_options;
+ timeval time;
+ file_id id;
+ udlong share_file_id;
+ uint32 uid;
+ uint16 flags;
+ uint32 name_hash;
+ } share_mode_entry;
- typedef [public] struct {
- uint32 name_hash;
- security_unix_token *delete_token;
- } delete_token;
+ typedef [public] struct {
+ uint32 name_hash;
+ security_unix_token *delete_token;
+ } delete_token;
- typedef [public] struct {
- [string,charset(UTF8)] char *servicepath;
- [string,charset(UTF8)] char *base_name;
- [string,charset(UTF8)] char *stream_name;
- file_id id;
- uint32 num_share_modes;
- [size_is(num_share_modes)] share_mode_entry share_modes[];
- uint32 num_delete_tokens;
- [size_is(num_delete_tokens)] delete_token delete_tokens[];
- timespec old_write_time;
- timespec changed_write_time;
- uint8 fresh;
- uint8 modified;
- [ignore] db_record *record;
- } share_mode_lock;
+ typedef [public] struct {
+ [string,charset(UTF8)] char *servicepath;
+ [string,charset(UTF8)] char *base_name;
+ [string,charset(UTF8)] char *stream_name;
+ file_id id;
+ uint32 num_share_modes;
+ [size_is(num_share_modes)] share_mode_entry share_modes[];
+ uint32 num_delete_tokens;
+ [size_is(num_delete_tokens)] delete_token delete_tokens[];
+ timespec old_write_time;
+ timespec changed_write_time;
+ uint8 fresh;
+ uint8 modified;
+ [ignore] db_record *record;
+ } share_mode_lock;
}