Richard W.M. Jones
2013-Nov-11 15:28 UTC
Re: [Libguestfs] [libguestfs] 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. Unless this actually affects a real C++ compiler, it's pretty low on my list. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
Seemingly Similar Threads
- Re: reserved identifier violation (#6)
- [PATCH v2 2/2] crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()
- [PATCH] drm/nouveau/debugfs: Simplify character output in nouveau_debugfs_vbios_image()
- [PATCH] drm/nouveau/debugfs: Simplify character output in nouveau_debugfs_vbios_image()
- [PATCH] drm/nouveau/debugfs: Simplify character output in nouveau_debugfs_vbios_image()