|
Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
388 bytes
|
| Line | |
|---|
| 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 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.