search for: nbdkit_plugin_async

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

2017 Feb 19
2
Fwd: nbdkit async
...he 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 that accepts the opaque ptr to nbd request handle and some additional callback functions nbdkit_reply_error, nbdkit_reply, and nbdkit_reply_read. The user of this plugin interface is required to call either nbdkit_reply_er...
2017 Feb 20
0
Re: Fwd: nbdkit async
...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 that accepts the opaque ptr to nbd request handle > and some additional callback functions nbdkit_reply_error, nbdkit_reply, > and nbdkit_reply_read. The user of this plugin interface is required to > call ei...
2017 Feb 20
1
Re: Fwd: nbdkit async
...proach 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 that accepts the opaque ptr to nbd request > handle > > and some additional callback functions nbdkit_reply_error, nbdkit_reply, > > and nbdkit_reply_read. The user of this plugin interface is requ...