s3:winbindd:cache: fix offline logons with cached credentials (bug #9321)
[Samba/gebeck_regimport.git] / librpc / idl / file_id.idl
blobcd1febedf461e76e3eea43d67f41e21282011b20
2 pointer_default(unique)
4 interface file_id
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;