Displaying 2 results from an estimated 2 matches for "877c7a73".
2020 Aug 27
0
[PATCH nbdkit 2/2] api: Remove .list_exports from nbdkit 1.22 release.
...list_exports)
- return nbdkit_add_export (exports, "", NULL);
-
- return p->plugin.list_exports (readonly, default_only, exports);
+ return nbdkit_add_export (exports, "", NULL);
}
static void *
diff --git a/plugins/sh/methods.h b/plugins/sh/methods.h
index 69017fa4..877c7a73 100644
--- a/plugins/sh/methods.h
+++ b/plugins/sh/methods.h
@@ -44,8 +44,6 @@ extern int sh_thread_model (void);
extern int sh_get_ready (void);
extern int sh_after_fork (void);
extern int sh_preconnect (int readonly);
-extern int sh_list_exports (int readonly, int default_only,
-...
2020 Aug 27
4
[PATCH nbdkit 0/2] Temporarily remove .list_exports for nbdkit 1.22
If you're following nbdkit development upstream you'll have seen that
we are still making changes to the .list_exports and related APIs.
The current .list_exports API upstream is not how it will look
finally. The latest set of proposals was here:
https://www.redhat.com/archives/libguestfs/2020-August/thread.html#00330
At the same time I'd like to do an nbdkit 1.22 (stable) release.