source: trunk/server/librpc/idl/file_id.idl

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 402 bytes
Line 
1[
2 pointer_default(unique)
3]
4interface 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}
Note: See TracBrowser for help on using the repository browser.