[libvirt] [PATCH 5/5] docs: api_extension: Freshen up paths

Peter Krempa pkrempa at redhat.com
Thu Aug 23 08:50:34 UTC 2018


Some things were moved. Try to update the paths.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 docs/api_extension.html.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in
index ce2f457b63..38235a4241 100644
--- a/docs/api_extension.html.in
+++ b/docs/api_extension.html.in
@@ -106,7 +106,7 @@
       libvirt library and call the new function:</p>

     <p><code>
-        include/libvirt/libvirt.h.in
+        include/libvirt/libvirt-$SECTION.h.in
         src/libvirt_public.syms
     </code></p>

@@ -219,9 +219,9 @@
     </p>

     <p><code>
-        daemon/remote_dispatch_args.h
-        daemon/remote_dispatch_prototypes.h
-        daemon/remote_dispatch_table.h
+        src/remote/remote_daemon_dispatch_stubs.h
+        src/remote/remote_daemon_dispatch.h
+        src/remote/remote_daemon_dispatch.c
         src/remote/remote_protocol.c
         src/remote/remote_protocol.h
     </code></p>
@@ -233,7 +233,7 @@
       method calls go in:
     </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>

@@ -256,7 +256,7 @@
       The server side dispatchers are implemented in:
     </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>

-- 
2.16.2




More information about the libvir-list mailing list