diff options
author | John Barboza <jbarboza@ca.ibm.com> | 2017-04-10 08:55:37 -0400 |
---|---|---|
committer | Santiago Gimeno <santiago.gimeno@gmail.com> | 2017-12-15 11:04:16 +0100 |
commit | b01de7341f40e1f30d78178442b0b87a46b3b7a7 (patch) | |
tree | 7f11eca4a01a258f1cdddf61ecb229eb86a0558d /test/test-tcp-bind-error.c | |
parent | e771ede0699f0b4a05d9ab2d824a32a4df73964e (diff) | |
download | libuv-b01de7341f40e1f30d78178442b0b87a46b3b7a7.tar.gz libuv-b01de7341f40e1f30d78178442b0b87a46b3b7a7.zip |
zos: implement uv_fs_event* functions
This commit uses the Register File Interest feature on z/OS
to enable users to monitor file system events.
The poll call is used to check for file descriptors as well
as a message queue that z/OS will report file system events
on. The last item on the list used by poll will contain the
message queue id instead of a file descriptor.
Limitation:
Writes to a directory (that is, file creation and deletion)
do not generate a change message for a registered directory.
PR-URL: https://github.com/libuv/libuv/pull/1311
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'test/test-tcp-bind-error.c')
0 files changed, 0 insertions, 0 deletions