libvirt/src/util
Paolo Bonzini 649bcd72fe Add sentinel attribute for NULL terminated arg lists
* src/internal.h (ATTRIBUTE_SENTINEL): New, it's a ggc feature and
  protected as such
* src/util/buf.c (virBufferStrcat): Use it.
* src/util/ebtables.c (ebtablesAddRemoveRule): Use it.
* src/util/iptables.c (iptableAddRemoveRule: Use it.
* src/util/qparams.h (new_qparam_set, append_qparams): Use it.
* docs/apibuild.py: avoid breaking the API generator with that new
  internal keyword macro
2009-11-06 10:39:13 +01:00
..
bridge.c Introduce virStrncpy. 2009-09-22 20:10:00 +02:00
bridge.h
buf.c Avoid crash in virBufferEscapeString 2009-10-15 14:19:11 +02:00
buf.h Add sentinel attribute for NULL terminated arg lists 2009-11-06 10:39:13 +01:00
cgroup.c LXC fix virCgroupGetValueStr problem with \n 2009-10-19 14:29:42 +02:00
cgroup.h LXC implement memory control APIs 2009-10-07 15:26:23 +02:00
conf.c
conf.h
ebtables.c Add sentinel attribute for NULL terminated arg lists 2009-11-06 10:39:13 +01:00
ebtables.h New ebtables module wrapper 2009-11-03 23:44:48 +01:00
event.c
event.h
hash.c Remove bogus const annotations to hash iterator 2009-10-19 16:24:12 +01:00
hash.h Remove bogus const annotations to hash iterator 2009-10-19 16:24:12 +01:00
hostusb.c
hostusb.h
iptables.c Add sentinel attribute for NULL terminated arg lists 2009-11-06 10:39:13 +01:00
iptables.h
logging.c Add accessors for logging filters and outputs 2009-10-08 17:05:01 +02:00
logging.h Add accessors for logging filters and outputs 2009-10-08 17:05:01 +02:00
memory.c
memory.h
network.c Properly convert port numbers to/from network byte order 2009-11-05 17:56:08 +01:00
network.h More network utility functions 2009-11-02 15:42:47 +01:00
pci.c
pci.h
qparams.c
qparams.h Add sentinel attribute for NULL terminated arg lists 2009-11-06 10:39:13 +01:00
stats_linux.c
stats_linux.h
storage_file.c Add virStorageFileGetMetadata() helper 2009-09-30 10:37:00 +01:00
storage_file.h Add virStorageFileGetMetadata() helper 2009-09-30 10:37:00 +01:00
threads-pthread.c
threads-pthread.h
threads-win32.c
threads-win32.h
threads.c
threads.h
util.c Improve error reporting for virConnectGetHostname calls 2009-11-03 16:46:54 -05:00
util.h Improve error reporting for virConnectGetHostname calls 2009-11-03 16:46:54 -05:00
uuid.c
uuid.h
virterror_internal.h
virterror.c Ensure guestfwd address is IPv4 and various cleanups 2009-11-05 16:04:34 +01:00
xml.c Consolidate virXPathNodeSet() 2009-10-22 10:33:52 +02:00
xml.h