summaryrefslogtreecommitdiff
path: root/source4/ntvfs/ntvfs.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-04 07:36:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:28 -0500
commit00a1262f8932a2554a75756e34523fe83a56eb50 (patch)
tree3329a87bfe2330802fb8d4a92ccb5a9a9b37aea6 /source4/ntvfs/ntvfs.h
parent500ce03f7cb1cb2468b856cc9352422141cc9904 (diff)
downloadsamba-00a1262f8932a2554a75756e34523fe83a56eb50.tar.gz
samba-00a1262f8932a2554a75756e34523fe83a56eb50.tar.bz2
samba-00a1262f8932a2554a75756e34523fe83a56eb50.zip
r3522: added async support to most of the ntvfs_map_*() functions, allowing functions like
SMBopenx, SMBread and SMBwrite to be performed async (This used to be commit 9e80eb18ae8c4a4a8cdf2f32f0c869fbbc3832b4)
Diffstat (limited to 'source4/ntvfs/ntvfs.h')
-rw-r--r--source4/ntvfs/ntvfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h
index 5e7088018b..62a735774c 100644
--- a/source4/ntvfs/ntvfs.h
+++ b/source4/ntvfs/ntvfs.h
@@ -156,7 +156,7 @@ struct ntvfs_context {
struct ntvfs_async_state {
struct ntvfs_async_state *prev, *next;
/* the async handling infos */
- unsigned state;
+ uint_t state;
void *private_data;
void (*send_fn)(struct smbsrv_request *);
NTSTATUS status;