Skip to content
Commit 12597287 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: add simple background helper



Create a helper named fuse_simple_background() that is similar to
fuse_simple_request().  Unlike the latter, it returns immediately and calls
the supplied 'end' callback when the reply is received.

The supplied 'args' pointer is stored in 'fuse_req' which allows the
callback to interpret the output arguments decoded from the reply.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 338f2e3f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment