diff options
author | Uli Schlachter <psychon@znc.in> | 2015-04-22 09:23:47 +0200 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2015-06-12 09:39:12 +0200 |
commit | b15aa6bd4efde784e546d168bb23b8a8e816e85b (patch) | |
tree | 42b498056aefc85f73764cd0cac1547fecc8c23b /src/c_client.py | |
parent | cc04cfb41bece6ec239f57d83822286b507f4482 (diff) |
Add xcb_send_request_with_fds() and *_with_fds64()
Doing xcb_send_fd(), xcb_send_request() is racy. If two threads do this at the
same time, they could mix up their file descriptors. This commit makes it
possibly to fix this race by providing a single function which does everything
that is needed.
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/c_client.py')
0 files changed, 0 insertions, 0 deletions