summaryrefslogtreecommitdiff
path: root/source4/include/cli_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/cli_context.h')
-rw-r--r--source4/include/cli_context.h4
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;