aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r--src/assuan-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h
index 3cdbc92..9c1e64e 100644
--- a/src/assuan-defs.h
+++ b/src/assuan-defs.h
@@ -88,6 +88,7 @@ struct assuan_context_s
unsigned int confidential : 1;
unsigned int no_fixsignals : 1;
unsigned int convey_comments : 1;
+ unsigned int no_logging : 1;
} flags;
/* If set, this is called right before logging an I/O line. */