1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-16 20:23:50 +03:00

r4700: first attempt at a composite async function, smb_composite_loadfile(),

which combineds ntcreatex, readx and close into a single call that
behaves just like a normal libcli async call.
This commit is contained in:
Andrew Tridgell
2005-01-12 07:03:29 +00:00
committed by Gerald (Jerry) Carter
parent c19f1850ee
commit 516f68fb05
8 changed files with 449 additions and 2 deletions

View File

@@ -134,3 +134,6 @@ struct security_ace;
struct lsa_RightSet;
struct ldb_val;
struct smb_composite_loadfile;