mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
* src/virterror.c (virReportErrorHelper): Sync doc to code.
This commit is contained in:
parent
335de2ba1f
commit
9a7c05d995
@ -1,4 +1,6 @@
|
||||
Tue Nov 25 11:29:18 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||
Tue Nov 25 11:29:19 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
* src/virterror.c (virReportErrorHelper): Sync doc to code.
|
||||
|
||||
libvirt.c: document the virState* functions
|
||||
* src/libvirt.c (virStateActive, virStateCleanup, virStateReload):
|
||||
|
@ -747,17 +747,15 @@ virErrorMsg(virErrorNumber error, const char *info)
|
||||
}
|
||||
|
||||
/**
|
||||
* virReportErrorHelper
|
||||
* virReportErrorHelper:
|
||||
*
|
||||
* @conn: the connection to the hypervisor if available
|
||||
* @dom: the domain if available
|
||||
* @net: the network if available
|
||||
* @domcode: the virErrorDomain indicating where it's coming from
|
||||
* @errcode: the virErrorNumber code for the error
|
||||
* @filename: Source file error is dispatched from
|
||||
* @funcname: Function error is dispatched from
|
||||
* @linenr: Line number error is dispatched from
|
||||
* @msg: the message to display/transmit
|
||||
* @fmt: the format string
|
||||
* @...: extra parameters for the message display
|
||||
*
|
||||
* Helper function to do most of the grunt work for individual driver
|
||||
|
Loading…
Reference in New Issue
Block a user