aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-06 13:32:49 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-06 16:50:38 +0200
commit3addd1519544b96d84813951d45cdd5ef9343d7c (patch)
tree3ae781afe1e42f10f7cdfeea1481c6253ce6a4d7 /HACKING
parentMake LXC work with new network configuration types (diff)
downloadlibvirt-3addd1519544b96d84813951d45cdd5ef9343d7c.tar.gz
libvirt-3addd1519544b96d84813951d45cdd5ef9343d7c.tar.bz2
libvirt-3addd1519544b96d84813951d45cdd5ef9343d7c.zip
Document STREQ_NULLABLE and STRNEQ_NULLABLE
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING7
1 files changed, 7 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 2df560a29..69ea96b29 100644
--- a/HACKING
+++ b/HACKING
@@ -496,6 +496,13 @@ following semantically named macros
+- To avoid having to check if a or b are NULL:
+
+ STREQ_NULLABLE(a, b)
+ STRNEQ_NULLABLE(a, b)
+
+
+