mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
fish: Add opaque field to the drives list for programs to use.
Not used at present.
This commit is contained in:
@@ -105,6 +105,11 @@ struct drv {
|
||||
void (*data_free)(void*); /* function to free 'data' */
|
||||
} N;
|
||||
};
|
||||
|
||||
/* Opaque pointer. Not used by the options-parsing code, and so
|
||||
* available for the program to use for any purpose.
|
||||
*/
|
||||
void *opaque;
|
||||
};
|
||||
|
||||
struct mp {
|
||||
|
||||
Reference in New Issue
Block a user