commit | 1259728731a7902c4965952c55fa16014b4fd0e7 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 10 15:04:10 2019 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Tue Sep 10 16:29:49 2019 +0200 |
tree | 3821ca6b5e930157a48fa2ca0948a9e7d7fa7fcc | |
parent | 338f2e3f3341a9a844331b1bcb159e68638d5eef [diff] |
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: Miklos Szeredi <mszeredi@redhat.com>