summaryrefslogtreecommitdiff
path: root/src/assuan-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r--src/assuan-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h
index fc2fdeb..1d1617f 100644
--- a/src/assuan-defs.h
+++ b/src/assuan-defs.h
@@ -96,6 +96,8 @@ struct assuan_context_s
unsigned int convey_comments : 1;
unsigned int no_logging : 1;
unsigned int force_close : 1;
+ /* From here, it's internal flag. */
+ unsigned int is_socket : 1;
} flags;
/* If set, this is called right before logging an I/O line. */