summaryrefslogtreecommitdiffstats
path: root/source/include/client.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-13 15:51:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:04:58 -0500
commit49b8d7d7f5ed93a2b9b21404194452f35bcf7b26 (patch)
tree864d75ad99f16cc905d82ba44448fc319e90bbda /source/include/client.h
parent1eafe33c887194d828d685ac8677469917b6c419 (diff)
downloadsamba-49b8d7d7f5ed93a2b9b21404194452f35bcf7b26.tar.gz
samba-49b8d7d7f5ed93a2b9b21404194452f35bcf7b26.tar.xz
samba-49b8d7d7f5ed93a2b9b21404194452f35bcf7b26.zip
r10964: BUG 1051: store the directory path so we can send the full name in the unlink call (del tmp\foo)
Diffstat (limited to 'source/include/client.h')
-rw-r--r--source/include/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/client.h b/source/include/client.h
index df52e227f0c..30e0fae8744 100644
--- a/source/include/client.h
+++ b/source/include/client.h
@@ -44,6 +44,7 @@ typedef struct file_info
time_t atime;
time_t ctime;
pstring name;
+ pstring dir;
char short_name[13*3]; /* the *3 is to cope with multi-byte */
} file_info;