[libvirt] [PATCH] Minor fixes for API extension doc

Update the API Extensions doc to reflect new source directory layout. --- docs/api_extension.html.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index 59d3414..de6eedc 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -178,7 +178,7 @@ involves making two additions to: </p> - <p><code>qemud/remote_protocol.x</code></p> + <p><code>src/remote/remote_protocol.x</code></p> <p> First, create two new structs for each new function that you're adding @@ -198,7 +198,7 @@ <p> Once these changes are in place, it's necessary to run 'make rpcgen' - in the qemud directory to create the .c and .h files required by the + in the src directory to create the .c and .h files required by the remote protocol code. This must be done on a Linux host using the GLibC rpcgen program. Other rpcgen versions may generate code which results in bogus compile time warnings @@ -213,7 +213,7 @@ the rpcgen generated .h files. The remote method calls go in: </p> - <p><code>src/remote_internal.c</code></p> + <p><code>src/remote/remote_internal.c</code></p> <p>Each remote method invocation does the following:</p> @@ -243,7 +243,7 @@ The server side dispatchers are implemented in: </p> - <p><code>qemud/remote.c</code></p> + <p><code>daemon/remote.c</code></p> <p>Again, this step uses the .h files generated by make rpcgen.</p> -- 1.6.0.2

On 01/15/2010 10:30 AM, Jim Fehlig wrote:
Update the API Extensions doc to reflect new source directory layout. --- docs/api_extension.html.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index 59d3414..de6eedc 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -178,7 +178,7 @@ involves making two additions to: </p>
-<p><code>qemud/remote_protocol.x</code></p> +<p><code>src/remote/remote_protocol.x</code></p>
<p> First, create two new structs for each new function that you're adding @@ -198,7 +198,7 @@
<p> Once these changes are in place, it's necessary to run 'make rpcgen' - in the qemud directory to create the .c and .h files required by the + in the src directory to create the .c and .h files required by the remote protocol code. This must be done on a Linux host using the GLibC rpcgen program. Other rpcgen versions may generate code which results in bogus compile time warnings @@ -213,7 +213,7 @@ the rpcgen generated .h files. The remote method calls go in: </p>
-<p><code>src/remote_internal.c</code></p> +<p><code>src/remote/remote_internal.c</code></p>
<p>Each remote method invocation does the following:</p>
@@ -243,7 +243,7 @@ The server side dispatchers are implemented in: </p>
-<p><code>qemud/remote.c</code></p> +<p><code>daemon/remote.c</code></p>
<p>Again, this step uses the .h files generated by make rpcgen.</p>
ACK, thanks for taking the time to do that. Dave

On Fri, Jan 15, 2010 at 08:30:25AM -0700, Jim Fehlig wrote:
Update the API Extensions doc to reflect new source directory layout. --- docs/api_extension.html.in | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index 59d3414..de6eedc 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -178,7 +178,7 @@ involves making two additions to: </p>
- <p><code>qemud/remote_protocol.x</code></p> + <p><code>src/remote/remote_protocol.x</code></p>
<p> First, create two new structs for each new function that you're adding @@ -198,7 +198,7 @@
<p> Once these changes are in place, it's necessary to run 'make rpcgen' - in the qemud directory to create the .c and .h files required by the + in the src directory to create the .c and .h files required by the remote protocol code. This must be done on a Linux host using the GLibC rpcgen program. Other rpcgen versions may generate code which results in bogus compile time warnings @@ -213,7 +213,7 @@ the rpcgen generated .h files. The remote method calls go in: </p>
- <p><code>src/remote_internal.c</code></p> + <p><code>src/remote/remote_internal.c</code></p>
<p>Each remote method invocation does the following:</p>
@@ -243,7 +243,7 @@ The server side dispatchers are implemented in: </p>
- <p><code>qemud/remote.c</code></p> + <p><code>daemon/remote.c</code></p>
<p>Again, this step uses the .h files generated by make rpcgen.</p>
--
ACK Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|
participants (3)
-
Daniel P. Berrange
-
Dave Allan
-
Jim Fehlig