search for: 23b44ef8

Displaying 2 results from an estimated 2 matches for "23b44ef8".

2020 Aug 18
0
[PATCH nbdkit 8/9] include: Prefix all exports with NBDKIT_DLLEXPORT.
...t_exports *); +extern NBDKIT_DLLEXPORT +const struct nbdkit_export nbdkit_get_export (const struct nbdkit_exports *, + size_t); /* Filter struct. */ struct nbdkit_filter { diff --git a/include/nbdkit-plugin.h b/include/nbdkit-plugin.h index e20391b8..23b44ef8 100644 --- a/include/nbdkit-plugin.h +++ b/include/nbdkit-plugin.h @@ -144,9 +144,9 @@ struct nbdkit_plugin { struct nbdkit_exports *exports); }; -extern void nbdkit_set_error (int err); -extern const char *nbdkit_export_name (void); -extern int nbdkit_is_tls (void); +ext...
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw This is the port to Windows using native Windows APIs (not MSYS or Cygwin). This patch series is at the point where it basically now works. I can run the server with the memory plugin, and access it remotely using guestfish, creating filesystems and so on without any apparent problems. Nevertheless there are many