s3-printing: follow force user/group for driver IO
[nivanova/samba-autobuild/.git] / librpc / idl / file_id.idl
1 [
2         pointer_default(unique)
3 ]
4 interface file_id
5 {
6         typedef [public] struct {
7                 /* we don't use SMB_DEV_T and SMB_INO_T as we want a fixed size here,
8                    and we may be using file system specific code to fill in something
9                    other than a dev_t for the device */
10                 udlong devid;
11                 udlong inode;
12                 udlong extid; /* Support systems that use an extended id (e.g. snapshots). */
13         } file_id;
14 }