[Libguestfs] [PATCH nbdkit 1/6] include: Remove old comment.

Richard W.M. Jones rjones at redhat.com
Fri Sep 7 11:51:04 UTC 2018


At one point in the distant past we were proposing to add a
.set_exportname method.  However that never happened.  Remove the
comment referring to this non-existent method.
---
 include/nbdkit-plugin.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/nbdkit-plugin.h b/include/nbdkit-plugin.h
index 65a2e0c..c95e26c 100644
--- a/include/nbdkit-plugin.h
+++ b/include/nbdkit-plugin.h
@@ -121,7 +121,6 @@ struct nbdkit_plugin {
   int (*trim) (void *handle, uint32_t count, uint64_t offset, uint32_t flags);
   int (*zero) (void *handle, uint32_t count, uint64_t offset, uint32_t flags);
 #endif
-  /* int (*set_exportname) (void *handle, const char *exportname); */
 };
 
 extern void nbdkit_set_error (int err);
-- 
2.18.0




More information about the Libguestfs mailing list