Clarify fuse_lowlevel poll() docstring (#862)
authorGeorge Hilliard <thirtythreeforty@gmail.com>
Sun, 19 Nov 2023 10:27:45 +0000 (04:27 -0600)
committerGitHub <noreply@github.com>
Sun, 19 Nov 2023 10:27:45 +0000 (10:27 +0000)
commit3f6cf537b77597d89bebd8387e93d4e42428b966
tree8962214235eb3893791538221e6404ea29bad596
parentc9905341ea34ff9acbc11b3c53ba8bcea35eeed8
Clarify fuse_lowlevel poll() docstring (#862)

The original docstring was confusing; it was not clear that the ph must
be retained indefinitely, nor was it clear that the client *also* needs
to reply to the poll call immediately.

Clarify this by explaining that it is only necessary to retain a single
handle, that the client must retain ph, and that it must immediately
call reply.
include/fuse_lowlevel.h