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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/assuan-defs.h b/src/assuan-defs.h
index 68bd983..0cdb08d 100644
--- a/src/assuan-defs.h
+++ b/src/assuan-defs.h
@@ -180,6 +180,9 @@ struct assuan_context_s
int max_accepts; /* If we can not handle more than one connection,
set this to 1, otherwise to -1. */
pid_t pid; /* The pid of the peer. */
+#if defined(HAVE_W64_SYSTEM) || defined(HAVE_W32_SYSTEM)
+ int process_handle; /* process handle of the server for FD passing. */
+#endif
assuan_fd_t listen_fd; /* The fd we are listening on (used by
socket servers) */
assuan_sock_nonce_t listen_nonce; /* Used with LISTEN_FD. */