diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-08-03 06:52:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:45 -0500 |
commit | 53781e9d37b9adb1cf2d5be2a6ae6c1f5ace26c9 (patch) | |
tree | 5e5f8946adf47c56ad3bddf74a118926f78765b7 /source4/include | |
parent | 44194cc66378682a39f3694977101bf8f2a7a6f6 (diff) | |
download | samba-53781e9d37b9adb1cf2d5be2a6ae6c1f5ace26c9.tar.gz samba-53781e9d37b9adb1cf2d5be2a6ae6c1f5ace26c9.tar.bz2 samba-53781e9d37b9adb1cf2d5be2a6ae6c1f5ace26c9.zip |
r1633: fixed a couple of async oplock handling errors
(This used to be commit d7e2f39b90122088e94d4a8e8c7ffa7c91d7d664)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/cli_context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h index 6887160987..c12ff5d5fa 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -281,6 +281,10 @@ struct cli_request { expecting a reply from the server. */ uint_t one_way_request:1; + /* set this when the request should only increment the signing + counter by one */ + uint_t sign_single_increment:1; + /* the mid of this packet - used to match replies */ uint16_t mid; |