summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-08 02:28:21 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-08 02:28:21 +0000
commit4750ce1760a39100f71e74ce8b88a925fef4c42f (patch)
tree208e77a6779b1b34bf8c2926730060f2c03e5941 /source3/smbwrapper/smbw.h
parentef2e37cf945a3f95d4e7df8b3b915c864d4dc100 (diff)
downloadsamba-4750ce1760a39100f71e74ce8b88a925fef4c42f.tar.gz
samba-4750ce1760a39100f71e74ce8b88a925fef4c42f.tar.bz2
samba-4750ce1760a39100f71e74ce8b88a925fef4c42f.zip
use 1 second resolution calls if possible
(This used to be commit 349469221a84658048790d7567b4fcea43c0b759)
Diffstat (limited to 'source3/smbwrapper/smbw.h')
-rw-r--r--source3/smbwrapper/smbw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbwrapper/smbw.h b/source3/smbwrapper/smbw.h
index 43fb14bce0..b0cf2dc2e1 100644
--- a/source3/smbwrapper/smbw.h
+++ b/source3/smbwrapper/smbw.h
@@ -37,6 +37,7 @@ struct smbw_server {
char *server_name;
char *share_name;
dev_t dev;
+ BOOL no_pathinfo2;
};
struct smbw_filedes {