summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-24 08:08:05 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-24 08:08:05 +0000
commit2565ccf9de9d5e80fdb5bcadbc7130faba386d95 (patch)
tree5b5846e0b28aa29db5c410336f8e258994d85423 /source/include/client.h
parent9d863fb1681a5b03696552e1d93fe339b4bae455 (diff)
downloadsamba-2565ccf9de9d5e80fdb5bcadbc7130faba386d95.tar.gz
samba-2565ccf9de9d5e80fdb5bcadbc7130faba386d95.tar.xz
samba-2565ccf9de9d5e80fdb5bcadbc7130faba386d95.zip
volker was concerned about unique inode numbers and smbsh. This set of
changes uses the unique index number from a SMB_QUERY_FILE_ALL_INFO to try to provide inode numbers. If it is 0 then use the hash of the filename as before.
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/include/client.h b/source/include/client.h
index a393ee25a85..1caf78bf0e8 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -35,15 +35,15 @@
typedef struct file_info
{
- SMB_OFF_T size;
- int mode;
- uid_t uid;
- gid_t gid;
- /* these times are normally kept in GMT */
- time_t mtime;
- time_t atime;
- time_t ctime;
- pstring name;
+ SMB_OFF_T size;
+ int mode;
+ uid_t uid;
+ gid_t gid;
+ /* these times are normally kept in GMT */
+ time_t mtime;
+ time_t atime;
+ time_t ctime;
+ pstring name;
} file_info;
struct print_job_info