Skip to content
Snippets Groups Projects
Commit f30b27a0 authored by Julian Orth's avatar Julian Orth Committed by Daniel Stone
Browse files

security-context-v1: clarify close_fd behavior


Signed-off-by: default avatarJulian Orth <ju.orth@gmail.com>
parent 6f5772fd
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
sent by the client. In other words, the client must call bind(2) and
listen(2) before sending the FD.
close_fd is a FD closed by the client when the compositor should stop
close_fd is a FD that will signal hangup when the compositor should stop
accepting new connections on listen_fd.
The compositor must continue to accept connections on listen_fd when
......@@ -79,7 +79,7 @@
</description>
<arg name="id" type="new_id" interface="wp_security_context_v1"/>
<arg name="listen_fd" type="fd" summary="listening socket FD"/>
<arg name="close_fd" type="fd" summary="FD closed when done"/>
<arg name="close_fd" type="fd" summary="FD signaling when done"/>
</request>
</interface>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment