mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
driver.h: Fix two driver documentation mistakes
This commit is contained in:
committed by
Daniel Veillard
parent
2b9efcb3df
commit
2fdf2173f3
1
AUTHORS
1
AUTHORS
@@ -187,6 +187,7 @@ Patches have also been contributed by:
|
|||||||
Oskari Saarenmaa <os@ohmu.fi>
|
Oskari Saarenmaa <os@ohmu.fi>
|
||||||
Peter Krempa <pkrempa@redhat.com>
|
Peter Krempa <pkrempa@redhat.com>
|
||||||
Nan Zhang <nzhang@redhat.com>
|
Nan Zhang <nzhang@redhat.com>
|
||||||
|
Wieland Hoffmann <themineo@googlemail.com>
|
||||||
|
|
||||||
[....send patches to get your name here....]
|
[....send patches to get your name here....]
|
||||||
|
|
||||||
|
|||||||
@@ -1000,7 +1000,7 @@ typedef virInterfaceDriver *virInterfaceDriverPtr;
|
|||||||
/**
|
/**
|
||||||
* _virInterfaceDriver:
|
* _virInterfaceDriver:
|
||||||
*
|
*
|
||||||
* Structure associated to a network virtualization driver, defining the various
|
* Structure associated to a network interface driver, defining the various
|
||||||
* entry points for it.
|
* entry points for it.
|
||||||
*
|
*
|
||||||
* All drivers must support the following fields/methods:
|
* All drivers must support the following fields/methods:
|
||||||
@@ -1161,7 +1161,7 @@ typedef virStorageDriver *virStorageDriverPtr;
|
|||||||
/**
|
/**
|
||||||
* _virStorageDriver:
|
* _virStorageDriver:
|
||||||
*
|
*
|
||||||
* Structure associated to a network virtualization driver, defining the various
|
* Structure associated to a storage driver, defining the various
|
||||||
* entry points for it.
|
* entry points for it.
|
||||||
*
|
*
|
||||||
* All drivers must support the following fields/methods:
|
* All drivers must support the following fields/methods:
|
||||||
|
|||||||
Reference in New Issue
Block a user