search for: fuse_low_level

Displaying 3 results from an estimated 3 matches for "fuse_low_level".

2017 Feb 19
2
Fwd: nbdkit async
...m willing to work on this in a branch and push this up as opensource but first wanted to check if this functionality extension is in fact something redhat would want for nbdkit and if so if there were suggestions to the implementation. Initial implementation approach was going to be similar to the fuse_low_level approach and create an entirely separate header file for the asynchronous plugin api because the plugin calls now need an additional parameter (opaque ptr to handle for nbdkit_reply_). This header file nbdkit_plugin_async.h defines the plugin struct with slightly different function ptr prototypes t...
2017 Feb 20
0
Re: Fwd: nbdkit async
...uite simple). Would need to see the patches ... You can help by splitting into simple changes which are generally applicable (eg. supporting NBD_FLAG_CAN_MULTI_CONN), and other changes which are more difficult to integrate. > Initial implementation approach was going to be similar to the > fuse_low_level approach and create an entirely separate header file for the > asynchronous plugin api because the plugin calls now need an additional > parameter (opaque ptr to handle for nbdkit_reply_). This header file > nbdkit_plugin_async.h defines the plugin struct with slightly different > funct...
2017 Feb 20
1
Re: Fwd: nbdkit async
...the patches ... > > You can help by splitting into simple changes which are generally > applicable (eg. supporting NBD_FLAG_CAN_MULTI_CONN), and other changes > which are more difficult to integrate. > > > Initial implementation approach was going to be similar to the > > fuse_low_level approach and create an entirely separate header file for > the > > asynchronous plugin api because the plugin calls now need an additional > > parameter (opaque ptr to handle for nbdkit_reply_). This header file > > nbdkit_plugin_async.h defines the plugin struct with slightly...