mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 21:34:54 +03:00
docs: api_extension: Update paths in the examples
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
34a82e6eff
commit
eb3f00a699
@ -96,7 +96,7 @@
|
|||||||
schema and document the new elements or attributes:</p>
|
schema and document the new elements or attributes:</p>
|
||||||
|
|
||||||
<p><code>
|
<p><code>
|
||||||
docs/schemas/domain.rng<br/>
|
docs/schemas/domaincommon.rng<br/>
|
||||||
docs/formatdomain.html.in
|
docs/formatdomain.html.in
|
||||||
</code></p>
|
</code></p>
|
||||||
|
|
||||||
@ -106,7 +106,7 @@
|
|||||||
libvirt library and call the new function:</p>
|
libvirt library and call the new function:</p>
|
||||||
|
|
||||||
<p><code>
|
<p><code>
|
||||||
include/libvirt/libvirt.h.in
|
include/libvirt/libvirt-$MODULE.h.in
|
||||||
src/libvirt_public.syms
|
src/libvirt_public.syms
|
||||||
</code></p>
|
</code></p>
|
||||||
|
|
||||||
@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
<p>The driver structs are defined in:</p>
|
<p>The driver structs are defined in:</p>
|
||||||
|
|
||||||
<p><code>src/driver.h</code></p>
|
<p><code>src/driver-$MODULE.h</code></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To define the internal API, first typedef the driver function
|
To define the internal API, first typedef the driver function
|
||||||
@ -177,7 +177,7 @@
|
|||||||
|
|
||||||
<p>The public API calls are implemented in:</p>
|
<p>The public API calls are implemented in:</p>
|
||||||
|
|
||||||
<p><code>src/libvirt.c</code></p>
|
<p><code>src/libvirt-$MODULE.c</code></p>
|
||||||
|
|
||||||
<h2><a name='remoteproto'>Implementing the remote protocol</a></h2>
|
<h2><a name='remoteproto'>Implementing the remote protocol</a></h2>
|
||||||
|
|
||||||
@ -219,9 +219,9 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><code>
|
<p><code>
|
||||||
daemon/remote_dispatch_args.h
|
src/remote/remote_daemon_dispatch_stubs.h
|
||||||
daemon/remote_dispatch_prototypes.h
|
src/remote/remote_daemon_dispatch.h
|
||||||
daemon/remote_dispatch_table.h
|
src/remote/remote_daemon_dispatch.c
|
||||||
src/remote/remote_protocol.c
|
src/remote/remote_protocol.c
|
||||||
src/remote/remote_protocol.h
|
src/remote/remote_protocol.h
|
||||||
</code></p>
|
</code></p>
|
||||||
@ -233,7 +233,7 @@
|
|||||||
method calls go in:
|
method calls go in:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><code>src/remote/remote_internal.c</code></p>
|
<p><code>src/remote/remote_driver.c</code></p>
|
||||||
|
|
||||||
<p>Each remote method invocation does the following:</p>
|
<p>Each remote method invocation does the following:</p>
|
||||||
|
|
||||||
@ -256,7 +256,7 @@
|
|||||||
The server side dispatchers are implemented in:
|
The server side dispatchers are implemented in:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><code>daemon/remote.c</code></p>
|
<p><code>src/remote/daemon_dispatch.c</code></p>
|
||||||
|
|
||||||
<p>Again, this step uses the .h files generated by make rpcgen.</p>
|
<p>Again, this step uses the .h files generated by make rpcgen.</p>
|
||||||
|
|
||||||
@ -309,7 +309,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p><code>
|
<p><code>
|
||||||
tools/virsh.c<br/>
|
tools/virsh-$MODULE.c<br/>
|
||||||
tools/virsh.pod
|
tools/virsh.pod
|
||||||
</code></p>
|
</code></p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user