Displaying 3 results from an estimated 3 matches for "guestfs_i".
Did you mean:
guestfs_h
2013 Nov 11
0
Re: reserved identifier violation (#6)
[I'm continuing this on the mailing list only]
On Mon, Nov 11, 2013 at 06:14:18AM -0800, Markus Elfring wrote:
> How do you think about to replace the prefix "guestfs__" by "guestfs_i"?
No, we can't do that because such a symbol could be mistaken for
public API (although on platforms which support it, we also use a
linker script to avoid exporting symbols which are not in the public
API).
We could probably do something with _guestfs_... which AIUI is
permitted.
Unles...
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings:
Patches 1-12 split configure.ac into smaller files using the
m4_include mechanism.
Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into
three new manual pages:
guestfs-hacking(3) - how to extend and contribute to libguestfs
guestfs-internals(3) - architecture and internals
guestfs-security(3) - security and CVEs
Patch 16 is a
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...C<GUESTFS_MESSAGE_MAX> bytes (currently
4MB), which means the effective size of any request is limited to
somewhere under this size.
-Note also that many functions don't take any arguments, in which case
+Note also that many functions don’t take any arguments, in which case
the C<guestfs_I<foo>_args> is completely omitted.
The header contains the procedure number (C<guestfs_proc>) which is
diff --git a/docs/guestfs-performance.pod b/docs/guestfs-performance.pod
index 620a82adf..9b8a204d0 100644
--- a/docs/guestfs-performance.pod
+++ b/docs/guestfs-performance.pod
@@...